diff --git a/.gitignore b/.gitignore index 28b79c6..10dc707 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,17 @@ app/__pycache__/ migrations/ +# Virtual environment venv/ .venv/ -# Deployment files +# +# 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