# Secrets
.env

# Python
__pycache__/
*.pyc
*.pyo
.venv/
dist/
*.egg-info/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
