# Python __pycache__/ *.py[cod] *$py.class venv/ .venv/ .coverage htmlcov/ .pytest_cache/ .ruff_cache/ # Environment files .env .env_* !.env.example # Logs *.log # Node node_modules/ dist/ dist-ssr/ *.local # Project specific backend/data/local/* !backend/data/local/.gitkeep backend/.garth/ # IDEs .vscode/ .idea/ .DS_Store