Initial project import
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
__pycache__/
|
||||
**/__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
resultados/
|
||||
|
||||
logs/
|
||||
*.log
|
||||
temp/
|
||||
*.tmp
|
||||
*.temp
|
||||
~$*
|
||||
|
||||
.env
|
||||
.env.*
|
||||
Reference in New Issue
Block a user