# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
*.egg

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

# Pytest
.pytest_cache/
.coverage
htmlcov/

# Data / ledger files
data/
*.json
*.tsv
*.csv

# Secrets
.env
*.env
secrets/
*-key
*-token
*_key
*_token

# macOS
.DS_Store
.AppleDouble

# IDE
.idea/
.vscode/
*.swp
*.swo
