PCv5/.gitignore

27 lines
359 B
Plaintext

app.db
__pycache__/
app/__pycache__/
migrations/
# Virtual environment
venv/
.venv/
Pipfile
Pipfile.lock
# Sublime Text files
*.sublime-project
*.sublime-workspace
# 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