# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.git
.mypy_cache/
.pytest_cache/
.hypotheses/

# Distribution / Packaging
dist/
build/
*.egg-info/

# UnClaude Specific
.gemini/
.unclaude/
browser_recordings/
site_data/
*.db
*.sqlite
*.sqlite3

# Environment Variables
.env
.env.*

# IDEs
.vscode/
.idea/
*.swp
.DS_Store

# Web UI
web-ui/node_modules/
web-ui/.next/
web-ui/out/
web-ui/.turbo/

# Bundled static files (contents built by CI, but keep the directory)
src/unclaude/web/static/*
!src/unclaude/web/static/.gitkeep
