plt*
chk*
last_chk
*.log
compile_commands.json
.vscode/
codeql-db/
build/
build_lint/
docs/doxygen/
tests/last_chk
tests/plt*
tests/chk*
tests/slice*
tests/*.csv
tests/plt*
sims/
.clangd
__pycache__
*.code-workspace
*.sarif
Backtrace.*

*.hdf5

# Agora galaxy uncompressed data
/extern/agora_data/vcirc_with_constant_halo.csv
/extern/agora_data/vcirc.dat
/extern/agora_data/AgoraGalaxy_particles_LOW.txt

# Singularity Docker images
*.sif

# files in tests/ folder
/tests/
!/tests/matplotlibrc
# !/tests/ascent_actions.yaml

# agent files
/.claude/*
!/.claude/settings.json
/.agent
/.agents

# LaTeX files
*.aux
*.dbl
*.bbl
*.blg
*.dep
*.fdb_latexmk
*.fls
*.synctex.gz

*.mp4
*.pdf
.DS_Store
.cache

# Acme output files
+Errors

# image files
*.png

/docs/site/*

# Documentation build directory
docs/api/
docs/doxyoutput/
_build/

# Include image and pdf files inside docs
!/docs/markdown/tests/attach/*.png

# Kokkos build files
KokkosCore_config.h
KokkosCore_config.tmp

# Emacs history files
*~

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# hdf5 files
*.hdf5
