# Python __pycache__/ *.py[cod] *.pyo *.pyc *.egg-info/ dist/ build/ # Virtualenv venv/ env/ .venv/ # Environment .env .env.* !.env.example "app/.env copy" # Logs *.log logs/ # uWSGI uwsgi.pid uwsgi.sock uwsgi.log # IDE .idea/ .vscode/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Uploads (keep directory, ignore contents) static/uploads/* !static/uploads/.gitkeep # Supervisor *.conf !app/supervisor.conf # Backup backup/ # Captcha app/static/captcha.png