mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-11 15:06:55 +02:00
32 lines
353 B
Text
32 lines
353 B
Text
# Cache
|
|
__pycache__
|
|
/nyaa/static/.webassets-cache
|
|
|
|
# Virtual Environments
|
|
/venv
|
|
|
|
# Coverage
|
|
.coverage
|
|
/htmlcov
|
|
|
|
# Editors
|
|
/.vscode
|
|
|
|
# Databases
|
|
*.sql
|
|
/synthoria.db
|
|
|
|
# Webserver
|
|
/uwsgi.sock
|
|
|
|
# Application
|
|
/install/*
|
|
/es_sync_config.json
|
|
/test_torrent_batch
|
|
|
|
# Build Output
|
|
nyaa/static/js/bootstrap-select.min.js
|
|
nyaa/static/js/main.min.js
|
|
|
|
# Other
|
|
*.swp
|