__pycache__/

# Build and distribution artifacts
dist/
build/
*.egg-info/

# Test coverage
.coverage
htmlcov/
coverage.xml

# IDE/Editor files
.vscode/
.idea/
*.swp
*.swo
*.code-workspace

# Environment files
.env
.env.local
venv/
env/

# OS-specific files
.DS_Store
Thumbs.db

# Temporary/log files
*.log
*.tmp

# mypy
.mypy_cache
site/
