chore: add .gitignore
This commit is contained in:
parent
e3c19bc359
commit
8b09a091ea
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
.Python
|
||||||
|
env/
|
||||||
|
venv/
|
||||||
|
.venv/
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
*.egg-info/
|
||||||
|
*.egg
|
||||||
|
wwwroot/wwwroot
|
||||||
|
mysql.ddl.sql
|
||||||
Loading…
x
Reference in New Issue
Block a user