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

# Virtual environments
.venv/
venv/
env/
.env/

# Python cache
__pycache__/
*.py[cod]
*.pyo

# Type checking
.mypy_cache/
.dmypy.json

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Ruff / linting
.ruff_cache/

# macOS
.DS_Store

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