# This is an example .gitignore and may need to be adapted per
# project.

# Compiled source #
###################
*.pyc
*.pyd
*.c
*.cpp
*.so
*.o
*.cache
.pytest_cache/

# OS generated files #
######################
.fuse_hidden*
*~
*swp
.DS_Store

# emacs
flycheck*

# Old files #
_old/

# Pip generated folders #
#########################
*.egg-info/
build/
dist/
.venv

# build intermediate products
src/ansys/dynamicreporting/core/adr_item.py
src/ansys/dynamicreporting/core/adr_utils.py
src/ansys/dynamicreporting/core/build_info.py

# autogenerated docs
_autosummary
doc/source/examples

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
test-output.xml
coverage.xml
coverage-html
*.cover
.hypothesis/
.pytest_cache/


\#*
.\#*
/.ipynb_checkpoints

# PyCharm
.idea/
venv/
*.bak

# VSCode
.vscode

# Ignore Sphinx files
doc/_build