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

# C extensions
*.so
*.a

# 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

# 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

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# eclipse files
*.cproject
*.project


# DocOnce specific
# temporary files
*.bak
*.swp
*~
.*~
*.old
tmp*
temp*
.#*
\#*

# tex files
*.log
*.dvi
*.aux
*.blg
*.bbl

*.idx
*.ilg
*.ind
*.loe
*.nav
*.out
*.toc
*.snm
*.vrb

# misc
.DS_Store
.idea
_minted-*

# doconce
*.dlog
.*_html_file_collection
.*.exerinfo
.*.copyright
sphinx-rootdir

# dependencies:
src/

# development files
Trash
lib/DocOnce.egg-info/
