# Byte-compiled / optimized / cache
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/

# Distribution / packaging
build/
dist/
wheels/
*.egg

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

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

# Type checkers
.mypy_cache/
.pyre/
.pytype/

# IDEs / OS
.idea/
.vscode/
*.swp
.DS_Store
docs/
