# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging dist/ build/ *.egg-info/ # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache .pytest_cache/ .mypy_cache/ nosetests.xml coverage.xml *.cover # Virtual environments .venv/ venv/ env/ ENV/ # IDE and editor files .idea/ .vscode/ .cursor/ *.swp *.swo # AI tools .claude/ .gemini/ .codex/ .aider/ .continue/ .copilot/ AGENTS.md GEMINI.md # Cloud CLI config (project-level) .google/ .aws/ # API keys and secrets .env .env.* !.env.example *service_account*.json *credentials*.json # Google Cloud service account keys panopticon-*.json planopticon-*.json # Log files *.log # OS specific .DS_Store Thumbs.db # MkDocs build output site/ # Test data test_data/ # Project specific output/ cache/ temp/ *.mp4 *.wav