Files
WCX/.gitignore

12 lines
150 B
Plaintext

# SQLite database files
database/*.db
database/*.db-shm
database/*.db-wal
# Imported/generated data
import/*.json
# Python cache
__pycache__/
*.pyc