gitignore

This commit is contained in:
Nicolás Sánchez 2025-01-01 21:16:47 -03:00
parent b89f70371e
commit a7d73af446
6 changed files with 5 additions and 3 deletions

8
.gitignore vendored
View File

@ -1,4 +1,6 @@
__pycache__/* __pycache__/
libraries/__pycache__/* libraries/__pycache__/
libraries/wrappers/__pycache__/* libraries/wrappers/__pycache__/
*.pyc
*.pyo
credentials.py credentials.py