Project restructure

This commit is contained in:
Profitroll 2024-03-12 12:42:52 +01:00
parent a1c41cbd17
commit 3ab55ca96f
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
60 changed files with 24 additions and 0 deletions

24
PhotosAPI_Client/.gitignore vendored Normal file
View 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