# 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
MANIFEST

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version

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

# Testing
.coverage
.pytest_cache/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover
.hypothesis/
htmlcov/

# Documentation
docs/_build/
.sphinx/

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs
*.log
logs/

# uv
.python-version
uv.lock

# Package builds
*.whl
*.tar.gz

# Jupyter
.ipynb_checkpoints
*.ipynb

# Model files and data
models/
data/
*.bin
*.safetensors
*.gguf

# Sanctuary configurations (may contain sensitive data)
sanctuary/local/
sanctuary/private/
.sanctuary/

# Certificates and keys
*.pem
*.key
*.crt
*.csr
certs/private/

# Docker
.dockerignore
docker-compose.override.yml

# Backup files
*.backup
*.bak
*~

# Temporary files
tmp/
temp/
.tmp/

# Environment variables
.env.local
.env.development
.env.production

# Cache directories
.cache/
.mypy_cache/
.ruff_cache/

# Package manager
node_modules/
yarn.lock
package-lock.json