hinamizawa-downporter/.gitignore

19 lines
135 B
Plaintext

.DS_Store
.idea
*.log
tmp/
res/
config.toml
out/
# --- Python ---
*.py[cod]
*.egg
build
htmlcov
__pycache__/
venv/
# --------------