forked from mirrors/fuwuqi
Add gitignore file
This commit is contained in:
parent
dc3f6329b2
commit
5f4fc94fef
1 changed files with 18 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
*.egg
|
||||
*.egg-info
|
||||
*.psql
|
||||
*.pyc
|
||||
*.sqlite3
|
||||
.DS_Store
|
||||
.idea/*
|
||||
.venv
|
||||
.vscode
|
||||
/*.env*
|
||||
/build
|
||||
/cache/
|
||||
/docs/_build
|
||||
/media/
|
||||
/static-collected
|
||||
__pycache__/
|
||||
api-test.*
|
||||
fly.toml
|
Loading…
Reference in a new issue