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

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

# Virtualenvs
.venv/
venv/
env/

# Testing / coverage / type-checkers
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
coverage.xml
*.cover

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db
