# Compiled files
*.fas
*.fasl
*.lx64fsl
*.o
main
*.a
*.dll
*.dylib
*.so
*.pyc
*.pcm

# Documentation cruft
*-sb-texinfo.texi
*.1.gz
*.aux
*.bak
*.bbl
*.blg
*.bll
*.docx
*.fdb_latexmk
*.fls
*.glg
*.glo
*.gls
*.glsdefs
*.html
*.info
*.info-*
*.lof
*.log
*.lot
*.md.tmp
*.nav
*.out
*.pdf
*.pgf
*.snm
*.svg
*.tmp
*.toc
*.vrb
*.xdy

# Generated documentation
doc/software-evolution-library/
doc/include/

# Backup files
*~
*.swp

# Core dumps, store files, experimental cruft
scratch.lisp
seed
se-test
test/etc/cpp-sample/sample
builds/

# User-specific Makefile customization
local.mk

# Package system working files
.qlfile
system-index.txt

# Ignore the wiki
wiki/

# Ignore libc++ includes
utility/libcxx-src

# Ignore generated tree-sitter code
.cache

# Python eggs
.eggs

# Generated by pytest
.hypothesis
