# Byte-compiled / optimized / DLL files __pycache__/ *.pyc *.pyd *.pyo # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ eggs/ lib/ lib64/ parts/ sdist/ var/ *.egg-info/ .installed.cfg *.egg # Django stuff: *.log *.pot *.sqlite3 local_settings.py db.sqlite3 # Virtual environment venv/ env/ # IDE files .idea/ .vscode/ *.swp *.bak *.swo # OS generated files .DS_Store Thumbs.db # Testing .tox/ .coverage .pytest_cache/ htmlcov/ # Media and Static files (if served locally and not meant for version control) media/ static/ # Deployment files *.tar.gz *.zip db.sqlite3