Files
app/.gitignore

16 lines
147 B
Plaintext

# python and toolchains
.mypy_cache/
__pycache__/
# idea
.idea/
.vscode/
.venv/
venv/
# platform
# macOS
**/.DS_Store
# windows
Thumbs.db
# linux