bristol-eurostar/.gitignore
2026-03-30 19:34:46 +01:00

22 lines
170 B
Text

# Python
__pycache__/
*.pyc
*.pyo
.mypy_cache/
.ruff_cache/
*.egg-info/
dist/
build/
.venv/
venv/
# App
cache/
# Pytest
.pytest_cache/
# Editors
.idea/
.vscode/
*.swp