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

29 lines
256 B
Text
Raw Normal View History

# 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