Files
Escalante-Pastor/.gitignore
2026-06-26 18:07:04 -03:00

22 lines
160 B
Plaintext

.venv/
venv/
env/
__pycache__/
**/__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
resultados/
logs/
*.log
temp/
*.tmp
*.temp
~$*
.env
.env.*