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

# Pytest
.pytest_cache/
.coverage

# Secrets
.env

# Editor
.idea/
.vscode/
*.swp
