nyaa/.gitignore

29 lines
256 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
# Other
*.swp