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

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

# Virtual environments
.venv/
venv/

# Environment variables
.env

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

# Type checkers
.pyright/
.mypy_cache/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Ruff
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Documentation build
site/

# Test snapshots (generated, not tracked)
tests/snapshots/
tests/screenshots/
