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

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

# Environment variables
.env
.env.*
!.env.example

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

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# IDEs
.idea/
.vscode/
*.iml

# datryn runtime files
.datryn/
*.datryn.db

# OS
.DS_Store
Thumbs.db
