# Django *.log *.pot *.pyc __pycache__/ local_settings.py db.sqlite3 db.sqlite3-journal # Environment variables (contains secrets!) .env # Virtual environment venv/ env/ ENV/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Static and media files /staticfiles/ /media/ # Python *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Testing .pytest_cache/ .coverage htmlcov/ # Migrations (раскомментируйте если не хотите коммитить миграции) # */migrations/*.py # !*/migrations/__init__.py