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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
wheels/
pip-wheel-metadata/

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

# Test / coverage / type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Runtime scratch dirs created by zeo_core's fs service
.zeo/

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store

# Secrets
.env
.env.*
!.env.example
*.pem
*.key

# Jupyter
.ipynb_checkpoints/
