PhotosAPI_Client/.gitignore

24 lines
202 B
Plaintext
Raw Permalink Normal View History

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