Project restructure
This commit is contained in:
parent
a1c41cbd17
commit
3ab55ca96f
24
PhotosAPI_Client/.gitignore
vendored
Normal file
24
PhotosAPI_Client/.gitignore
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
__pycache__/
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
*.egg-info/
|
||||||
|
.pytest_cache/
|
||||||
|
|
||||||
|
# pyenv
|
||||||
|
.python-version
|
||||||
|
|
||||||
|
# Environments
|
||||||
|
.env
|
||||||
|
.venv
|
||||||
|
|
||||||
|
# mypy
|
||||||
|
.mypy_cache/
|
||||||
|
.dmypy.json
|
||||||
|
dmypy.json
|
||||||
|
|
||||||
|
# JetBrains
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
/coverage.xml
|
||||||
|
/.coverage
|
||||||
|
.vscode
|
Loading…
Reference in New Issue
Block a user