
# Compiled files
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/

# Tests
.coverage
htmlcov/

# Virtual Env
venv/
.venv
.env

# Caches
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.whl
*.tar.gz

# Coverage
coverage.json
.coverage.*

# Docs
site/
