You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
571 B
46 lines
571 B
# Python files and caches
|
|
__pycache__/
|
|
app/__pycache__/
|
|
app/static/avatars/
|
|
app/static/images/trophies/
|
|
|
|
|
|
## Development files
|
|
|
|
# Flask env
|
|
.env
|
|
.flaskenv
|
|
# virtualenv
|
|
requirements.txt
|
|
venv/
|
|
.venv/
|
|
# pipenv
|
|
Pipfile
|
|
Pipfile.lock
|
|
# Tests files
|
|
test.*
|
|
# Autosaves
|
|
*.dia~
|
|
|
|
|
|
## Deployment files
|
|
|
|
# uWSGI configuration file
|
|
uwsgi.ini
|
|
# Main script: mounts Flask app on uWSGI workers (serviced by systemd)
|
|
run.sh
|
|
# Update script to pull repository from SSH
|
|
update.sh
|
|
# Config to set up some server specific config
|
|
local_config.py
|
|
|
|
|
|
## Wiki
|
|
|
|
wiki/
|
|
|
|
|
|
## Personal folder
|
|
|
|
exclude/
|