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

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

# Virtual envs
.venv/
venv/
env/

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

# Linter / type caches
.mypy_cache/
.ruff_cache/
.pytype/

# Editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store
