# Secret Keys / Private info
.DS_Store
.vscode/
*.env
!.env.example
credentials/
*.pem

# Environments
.venv/

# Logging
logging/*

# Data files
data/
files/
*.json
*.jsonl
*.txt
*.coverage
*.crt
*.csv
*.pem

# Cache files
*__pycache__*
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Testing/Testmon
.testmondata
.testmondata-shm
.testmondata-wal
coverage.sh

# Packaging
dist/
