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

# Virtual environments
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.hypothesis/
.benchmarks/
.coverage
htmlcov/
.mypy_cache/

# Distribution
*.whl
*.tar.gz

# Secrets
.env
.env.*
credentials*.json
