# Created by https://www.toptal.com/developers/gitignore/api/python
# Edit at https://www.toptal.com/developers/gitignore?templates=python

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

# 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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Sphinx documentation
doc/_build/
doc/source/examples

# Auto-generated documentation
doc/source/api

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# Environments
.env
.venv
env*/
venv*/
ENV*/

# VS Code
.vscode

# generated API files
src/ansys/cfx/core/generated/

# generated test files
tests/generated

# CFX engine files (left behind after unit tests)
cfxpre_engine_error.log
cfdpost_error.log
_dummycfxpost_file_

# End of https://www.toptal.com/developers/gitignore/api/python
