CLAUDE.md
.claude
.DS_Store
.github
.idea
.vscode
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.development
.env.test
.env.production
.venv
.pytest_cache
.ruff_cache
.mypy_cache
.coverage
.coverage.*
.coverage.xml
.coverage.json
.coverage.yaml
.coverage.yml
.coverage.html
.pytest_cache
.ruff_cache
.mypy_cache
.coverage
.coverage.*
.coverage.xml
.coverage.json
.coverage.yaml
.coverage.yml
.coverage.html

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
*.local

# Assistant tooling
.claude/
.specify/
CLAUDE.md

# Logs
*.log

# Temporary files
*.tmp