build/
*.ipynb
.idea/
*config.sh
check-format.sh
geometry.nc
test.nc
/plasmafile.txt
/sourcefile.txt
wallfile.txt

# Compiled objects and modules
*.a
*.o
*.log
*.out

# Compiler python objects
*.pyc

# Python distribution
.settings/
dist/
pythonAPI/*.egg-info*/
wheelhouse/

# Inputs generated from Python API
*.xml

# emacs and vim backups
*~
*.swp


# Test
.pytest_cache/

# PyCharm project configuration files
.idea
.idea/*

# IPython notebook checkpoints
.ipynb_checkpoints

# Cython files
*.c
*.html
*.so
*.so.*

.cache/
.tox/
.python-version
.coverage
htmlcov

# macOS
*.DS_Store

# Dynamic Library
*.dylib
*.lib
*.dll

# Visual Studio CMake project
.vs/
out/
CMakeSettings.json

# Visual Studio Code configuration files
.vscode/

# Python pickle files
*.pkl
