__pycache__/
*.pyc
*.pyo
.venv/
*.db
*.sqlite
*.egg-info/
dist/
build/
*.whl
.uv/

# Coverage reports (pytest-cov)
.coverage
htmlcov/
coverage.xml
junit.xml

# Custom
.idea/
.temp/
config.yaml
.claude/.prompts.md
.python-version

# Log files (dual-write logging)
coding-proxy.log*
