# Python cache and build artifacts
__pycache__/
*.py[cod]
*.so
*.egg
*.egg-info/
dist/
build/
wheels/
.eggs/
# Virtual environments
.venv/
venv/
env/
.env/
# Editor/OS files
.DS_Store
Thumbs.db
*.swp
*.swo
*.bak
*.tmp
~$*
# IDE/project files
.vscode/
.idea/
*.iml
# Batho artifacts
.batho/
.batho-config/
artifact_*.batho
artifact_*.batho-wal
artifact_*.batho-shm
adaptors/
tests/bridge/
# Secrets / environment
.env
.env.*
!.env.example
# Logs
*.log
logs/
# Test / coverage artifacts
.coverage
htmlcov/
coverage.xml
*.cover
.tox/
.hypothesis/
.pytest_cache/
# Node.js / docs-site
node_modules/
.docusaurus/
.cache/