# Python
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-link
.installed.cfg

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

# ZeroCache persistence files
.zerocache.db
.zerocache.tmp
*.zerocache.db
*.zerocache.tmp

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

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

# mypy / ruff
.mypy_cache/
.ruff_cache/

# Distribution / packaging
MANIFEST
.hatch/

# Documentation
site/
docs/_build/

# Jupyter
.ipynb_checkpoints/
*.ipynb

*.db