# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
bin/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
#  Usually these files are written by a python script from a template
#  before making packaged apps.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nosexy
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
local_settings.py
db.sqlite3
db.sqlite3-journal
media/
staticfiles/

# Sphinx documentation
doc/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
#   For a library or app, you might want to share your .python-version if you're
#   using pyenv.
#   See https://github.com/pyenv/pyenv/blob/master/COMMANDS.md#pyenv-version
# .python-version

# pipenv
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
#   However, if you're executing a library, you should ignore the lock file.
# Pipfile.lock

# poetry
#   Similarly, In the case of a library, poetry.lock should be ignored.
# poetry.lock

# pdm
#   Similar to Pipfile.lock, poetry.lock, pdm.lock may be ignored in the case of a library.
# pdm.lock
#   pdm local configuration
.pdm-python
.pdm-db/

# venv
.venv/
venv/
ENV/
env/
pythonenv/

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
.project
.pydevproject

# OS Metadata
.DS_Store
Thumbs.db
