*.pyc
doc/build/
/dist
MANIFEST
.DS_Store
*/.DS_Store
*.traj
/build

# Editor backup files
*~

# Ignore PyCharm settings
.idea/

# Ignore VS Code settings
.vscode/

# Vim swap files:
.*.sw?

# Pytest and code coverage:
.cache
.coverage
coverage-html

.mypy_cache
