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

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

# Secrets — never commit
.env
*.key
*.pem
credentials.json

# Editors / OS
.idea/
.vscode/
.DS_Store
Thumbs.db

# Test artefacts
*.mp4
