PCv5/.gitignore

22 lines
282 B
Plaintext

app.db
__pycache__/
app/__pycache__/
migrations/
# Virtual environment
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