chore: ignore Python cache directories and compiled files in .gitignore
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 19s
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 19s
This commit is contained in:
parent
dff3be7c14
commit
2f1850f9a8
1 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
venv
|
||||
__pycache__/
|
||||
*.pyc
|
||||
Loading…
Reference in a new issue