# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Packaging
build/
dist/
*.egg-info/
*.egg

# Venv
.venv/
venv/
env/

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

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

# OS
.DS_Store
Thumbs.db

# Secrets
.env
