Files
application-form-7/.gitignore
T
2025-12-27 20:37:21 +01:00

16 lines
140 B
Plaintext

.env
applications/
.coverage
# Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.pytest_cache/