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

# Packaging / distribution
.Python
build/
dist/
*.egg-info/
*.egg
.installed.cfg

# Test / coverage reports
.coverage
.coverage.*
coverage.xml
htmlcov/

# Tool caches
.cache/
.mypy_cache/
.pytest_cache/
.hypothesis/
.ruff_cache/
.tox/

# Tool configs / metadata
.ropeproject/
.spyderproject/
.pyre/
.pytype/

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

# Environments / secrets
.env

# Docs
docs/_build/
/site

# Notebooks
.ipynb_checkpoints

# IDE / editors
.vscode/
.idea/

# OS
.DS_Store

# pi sessions
.pi/sessions/
