mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 15:26:56 +02:00

IMPORTANT!!! Make sure to run utils/infodict_mysql2file.py before upgrading the database.
28 lines
256 B
Text
28 lines
256 B
Text
# Cache
|
|
__pycache__
|
|
/nyaa/static/.webassets-cache
|
|
|
|
# Virtual Environments
|
|
/venv
|
|
|
|
# Coverage
|
|
.coverage
|
|
/htmlcov
|
|
|
|
# Editors
|
|
/.vscode
|
|
|
|
# Databases
|
|
*.sql
|
|
/test.db
|
|
|
|
# Webserver
|
|
/uwsgi.sock
|
|
|
|
# Application
|
|
/install/*
|
|
/config.py
|
|
/test_torrent_batch
|
|
|
|
# Other
|
|
*.swp
|