# Planning docs (local only)
.planning/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Environments
.env
.env.local
.env*.local
deploy/.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# Frontend build
apps/web/dist/
apps/web/src/data/gallery/

# Local data
*.db
*.sqlite
postgres_data/

# Artifacts
/artifacts/
/tmp/

# OS
.DS_Store
Thumbs.db

# uv
.uv/
uv.lock
.claude/

# Testing reports (generated)
testing/reports/coverage/
testing/reports/verification/
testing/reports/performance/

# Manual
.mcp.json
testing/e2e/workspace
athena-inspectors/
claude-skills/
2026-02-09-implement-the-following-plan.txt

# Admin build artifacts
apps/admin/tsconfig.tsbuildinfo
apps/admin/vite.config.d.ts
apps/admin/vite.config.js

# Athena local directories
.athena/

# Video production packet (large MP4s)
video-production-packet/

# Remotion headless Chrome
.remotion/
