mirror of https://github.com/nyaadevs/nyaa.git
33 lines
288 B
Plaintext
33 lines
288 B
Plaintext
# 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
|
|
torrents
|
|
|
|
# Unit Tests
|
|
/tests/*.log
|
|
|
|
# Other
|
|
*.swp
|