add .gitignore
This commit is contained in:
parent
2d60683beb
commit
d76f40baaf
1 changed files with 24 additions and 0 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
.DS_Store
|
||||||
|
._*
|
||||||
|
|
||||||
|
__pycache__
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
.mypy_cache
|
||||||
|
.vscode
|
||||||
|
*-lock.json
|
||||||
|
|
||||||
|
*.egg
|
||||||
|
*.egg-info
|
||||||
|
.coverage
|
||||||
|
.pytest_cache
|
||||||
|
.webassets-cache
|
||||||
|
htmlcov
|
||||||
|
test-reports
|
||||||
|
tests/data/*.sqlite3
|
||||||
|
|
||||||
|
*.swo
|
||||||
|
*.swp
|
||||||
|
*.pyo
|
||||||
|
*.pyc
|
||||||
|
*.env
|
||||||
Loading…
Add table
Add a link
Reference in a new issue