gitignore # Python virtual environments venv/ # Python cache __pycache__/ app/__pycache__/ *.pyc