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

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

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

# Test / coverage
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.cache

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.dmypy.json

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
