# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl

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

# Distribution / packaging
MANIFEST
pip-wheel-metadata/

# Testing
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.tox/

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

# Ruff
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Standstill runtime state
.standstill_pending.json
