PCv5/.gitignore

22 lines
282 B
Plaintext
Raw Normal View History

app.db
__pycache__/
app/__pycache__/
2018-02-26 15:59:03 +01:00
migrations/
2018-04-20 16:15:54 +02:00
# Virtual environment
2018-04-20 16:15:54 +02:00
venv/
.venv/
#
# 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