# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Only ignore __pycache__ inside app app/**/__pycache__/ # Ignore compiled Python files inside app app/**/*.pyc app/**/*.pyo # C extensions *.so # Distribution / packaging .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 # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ # Translations *.mo *.pot # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Logs logs/ *.log # Django stuff: *.sqlite3 db.sqlite3 # Flask stuff: instance/ .webassets-cache # Scrapy stuff: .scrapy # Sphinx documentation docs/_build/ # PyBuilder target/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # pyenv .python-version # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre .pyre/ # pytype .pytype/ # Cython debug symbols cython_debug/ # VS Code .vscode/ # JetBrains IDEs .idea/ *.iml # MacOS .DS_Store # Thumbs.db (Windows) Thumbs.db ehthumbs.db # Others *.bak *.swp *.swo *~ # Local dev files local_settings.py