PhotosAPI_Client/.gitignore

24 lines
202 B
Plaintext
Raw Normal View History

2023-03-22 19:37:55 +01:00
__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
2023-03-22 19:43:23 +01:00
.vscode