# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.so
*.egg-info/
dist/
build/
MANIFEST

# Cython generated
NonlinearTMM/src/SecondOrderNLTMM.cpp

# Virtual environments
.venv/
venv/

# IDE / editor
.settings/
.project
.pydevproject
.cache/
.pytest_cache/

# Visual Studio
.vs/
*.sdf
*.VC.db
*.VC.opendb
*.VC.VC.opendb
*.vcxproj.filters
*.vcxproj.user
*.vspx
*.psess
ipch/
x64/

# Docs build
docs/_build/

# Misc
cloc.txt
