Files
2026-06-20 09:32:21 +00:00

17 lines
133 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
# Editors
.vscode/
.idea/
# Environment
.env
.venv/