generated from daniil-berg/boilerplate-py
🎉 Initial commit
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
# Python virtual environment:
|
||||
/.venv*/
|
||||
/venv*/
|
||||
/.env*/
|
||||
/env*/
|
||||
|
||||
# IDE settings:
|
||||
/.idea/
|
||||
/.vscode/
|
||||
|
||||
# Distribution / build files:
|
||||
*.egg-info/
|
||||
/dist/
|
||||
/docs/build/
|
||||
/site/
|
||||
|
||||
# Python cache / compiled files:
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Testing:
|
||||
/.coverage
|
||||
|
||||
# mypy:
|
||||
.mypy_cache/
|
Reference in New Issue
Block a user