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

# Packaging / distribution
build/
dist/
*.egg-info/
*.egg
.eggs/
wheels/
pip-wheel-metadata/
MANIFEST

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

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

# Tooling
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

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