Files
application-template-code-l…/.gitignore
Matteo Basile 0173ceecb3 first commit
2026-06-04 17:00:42 +02:00

12 lines
123 B
Plaintext

.venv/
__pycache__/
.pytest_cache/
.pytest_cache
.pytest
.ruff_cache/
.mypy_cache/
dist/
build/
*.pyc
*.egg-info/
.dagster/