Files
opc-backup/.gitignore
T
2026-08-20 22:12:25 +08:00

26 lines
451 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/
.coverage
**/node_modules/
*/node_modules/
# Virtual environments
.venv
# Runtime data: JSON "database" files are generated on first boot from
# data/seed/. They behave like a local database and should not be committed.
# The seed files under data/seed/ ARE committed.
data/users.json
data/tokens.json
data/*.json.tmp
# IDE / OS
.idea/
.vscode/
.DS_Store