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

# C extensions
*.so

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

# Virtual environments
venv/
env/
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Linting / Type checking
.mypy_cache/
.ruff_cache/

# IDE specific files
.idea/
.vscode/
*.swp
*.swo

# OS specific files
.DS_Store
Thumbs.db
nul

# Environment variables
.env
.env.local
.env.backup

# Logs
*.log

# Development tool configs
.claude/
.cursorignore
.cursorindexingignore
