Add .gitignore (pycache, venv, .env)
All checks were successful
build-and-deploy / build (push) Successful in 3m18s
All checks were successful
build-and-deploy / build (push) Successful in 3m18s
This commit is contained in:
parent
17d39cf622
commit
0b344760dc
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1 +1,6 @@
|
|||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.venv/
|
||||
venv/
|
||||
.env
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue