# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Distribution / packaging build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ *.egg-info/ .installed.cfg *.egg # Django stuff: *.log *.pot *.pyc *.sqlite3 db.sqlite3 media/ staticfiles/ # If you are using WhiteNoise for static file management static_root/ # Django migrations (optional – nur ignorieren wenn du sie nicht versionieren willst) # **/migrations/ # PyInstaller *.manifest *.spec # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDE / Editor stuff .vscode/ .idea/ *.swp *.swo *.sublime-project *.sublime-workspace # System files .DS_Store Thumbs.db db.sqlite3