PCv5/.gitignore

27 lines
359 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
2019-01-02 19:58:51 +01:00
# Virtual environment
2018-04-20 16:15:54 +02:00
venv/
.venv/
Pipfile
Pipfile.lock
2018-11-14 00:05:16 +01:00
2019-01-02 19:58:51 +01:00
# Sublime Text files
2018-11-14 00:05:16 +01:00
*.sublime-project
*.sublime-workspace
2019-01-02 19:58:51 +01:00
# 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