hinamizawa-downporter/.gitignore

19 lines
135 B
Plaintext
Raw Normal View History

.DS_Store
.idea
*.log
tmp/
2024-02-16 12:09:24 +00:00
res/
config.toml
2024-02-18 11:41:20 +00:00
out/
2024-02-16 12:09:24 +00:00
# --- Python ---
*.py[cod]
*.egg
build
htmlcov
__pycache__/
2024-02-16 12:09:24 +00:00
venv/
# --------------