Initial commit
This commit is contained in:
commit
38e3d05b1d
1 changed files with 20 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
.DS_Store
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
.env.development.local
|
||||||
|
.env.test.local
|
||||||
|
.env.production.local
|
||||||
|
.env.development
|
||||||
|
.env.test
|
||||||
|
.env.production
|
||||||
|
.env.local
|
||||||
|
.env.development.local
|
||||||
|
.env.test.local
|
||||||
|
.env.production.local
|
||||||
|
|
||||||
|
.vscode
|
||||||
|
.idea
|
||||||
|
.pytest_cache
|
||||||
|
.pytest_cache
|
||||||
|
|
||||||
|
.mydoc/
|
||||||
Loading…
Reference in a new issue