# Ignore build directories
build/
bin/
lib/
lib64/
*/build*/

# Ignore CMake generated files
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
CMakeLists.txt.user*
.cmake/

# Ignore compiled binaries and executables
*.exe
*.out
*.app
*.so
*.dylib

# Ignore object files and libraries
*.o
*.a
*.lib

# Ignore editor-specific files
.vscode/
.idea/
*.vs/
*.suo
*.ntvs*
*.njsproj
*.sln
*.suo
*.swp
*.sln.docstates
*.user
*.userosscache
*.suo
*.tsserver.log.*
*.dbmdl
*.dbproj
*.jfm
*.pfx
*.publishsettings
node_modules/
bower_components/

# Ignore OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Ignore package manager directories
pip-wheel-metadata/

!fans_input.grid.json
!fans_input.slides.json

# C extensions
*.so

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/
docs/_static/
docs/_autosummary/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# MkDocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pyright type checker
.pyright/

# End of standard Python ignores

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

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
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/
cover/

# Environments
.pixi
.python-version
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Sphinx documentation
docs/build/

# Auto-generated during builds
_version.py

# Auto-generated during pull requests
diff.md

# Lock file
*.lock

# Project specific files
*.h5
!tutorial_dataset.h5
*.yaml
!.readthedocs.yml
!.pre-commit-config.yaml

# Ignore AiiDA specific files
.aiida_run

# Dedicated folder for personal projects
**/scratch/
