*.pyc *.pyo *.db *.sqlite3 __pycache__/ db.sqlite3 media/ # Django media and static files media/ staticfiles/ # virtualenv venv/ ENV/ env/ .virtualenv/ # Spyder project settings .spyderproject .spyproject # PyCharm .idea/ *.iml # Jupyter Notebook .ipynb_checkpoints # VS Code .vscode/ # Mac OS folder attributes .DS_Store # Thumbnails Thumbs.db # Windows files ehthumbs.db Desktop.ini # Python bytecode __pycache__/ *.py[cod] # packages *.egg *.egg-info/ dist/ build/ eggs/ parts/ bin/ var/ sdist/ develop-eggs/ .installed.cfg lib/ lib64/ wheelhouse/ # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Translations *.mo *.pot # Django stuff: *.log local_settings.py # Flask stuff: instance/ .webassets-cache # Scrapy stuff: .scrapy # Sphinx documentation docs/_build/ # PyBuilder target/ # Backup files *.bak # Other files *.csv *.json /.idea/misc.xml /.gitignore