# Environment files .env .env.local .env.* # Python artifacts __pycache__/ *.pyc *.pyo *.pyd .pytest_cache/ # Git .git/ .gitignore # Virtual environment venv/ # Documentation README.md # IDE configs .vscode/ .idea/ # API testing bruno/ # Logs *.log # Claude .claude/ # Config (managed separately) config/authorized_devices.json