# ignore these folders : 
__pycache__/
.ipynb_checkpoints/
.vscode/

# Compiled python modules.
*.pyc

# Setuptools distribution folder.
/dist/
/build/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg
pyCFS.egg-info

# ignore these files : 
*.log
debug_*.py
clean.sh

# do not track these docs and files : 
.coverage
coverage.xml
logs/
results_hdf5/
history/
data_dump/
htmlcov/
coverage/
.pytest_cache/
.mypy_cache/
docs/source/generated
docs/build/latex/
docs/build/html/
docs/build/doctrees/

# temporary : 
examples/capacitor_3d*/
examples/clean_capacitor_3d*/
data_tmp
temp*.*

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

# Cython debug symbols
cython_debug/

# PyCharm
#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can
#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
#  and can be added to the global gitignore or merged into this file.  For a more nuclear
#  option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/