add git ignore

This commit is contained in:
mmdbalkhi 2022-03-28 01:12:14 +04:30
parent ced5896e2a
commit f558b2cd73
No known key found for this signature in database
GPG key ID: 1928AF673B1C4255

33
.gitignore vendored Normal file
View file

@ -0,0 +1,33 @@
.DS_Store
.env
.flaskenv
*.pyc
*.pyo
env/
venv/
.venv/
env*
dist/
build/
*.egg
*.egg-info/
_mailinglist
.tox/
.cache/
.pytest_cache/
.idea/
docs/_build/
.vscode
# Coverage reports
htmlcov/
.coverage
.coverage.*
*,cover
# Translation
*.mo
# bash_fmt backup
*~