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

# Tools
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# Secrets
.env
*.env