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

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg
MANIFEST

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
.pytest_cache/
.hypothesis/
coverage.xml
*.cover

# mypy / ruff
.mypy_cache/
.ruff_cache/

# Editors
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Virtual envs
.venv/
venv/
env/
