# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# Environments
.venv/
.clean_venv/
venv/
ENV/
env/

# RagZen local storage & caches
.ragzen/
.coverage
.pytest_cache/
/.pytest_*/
.mypy_cache/
.ruff_cache/
.benchmarks/
site/

# IDE & OS
.DS_Store
.vscode/
.idea/
*.sqlite
*.sqlite.gz
