22 lines
160 B
Plaintext
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.*
|