# Python *.__pycache__ *.pyc *.pyo *.pyd __pycache__ # Ingnor upload files static/uploads/ # Ignore files venv # Ignore Log files ss logs/ # Environment variables .env # Python cache __pycache__/ *.pyc # OS / Editor .vscode/ .idea/