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

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

# Virtual environments
.venv/
venv/
ENV/

# Environment variables and secrets
.env
.envrc

# Testing
.coverage
.pytest_cache/
htmlcov/
coverage.xml

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

# OS specific files
.DS_Store
.directory
Thumbsdb
sync_state.json

**/.claude/settings.local.json
