# Python
__pycache__/
*.py[cod]
*$py.class
.Python
.venv/
venv/
ENV/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
*.egg-info/
dist/

# C Build artifacts (legacy)
obj/
*.o
*.obj
*.so
*.efi
*.exe
*.prg
build/

# Binaries (no extension)
bigman
hugeman
smallman
squareman
glomph-maze

# Generated files
config.h
config.status
GNUmakefile
makefile.cp
*.tmp
*.dvi
*.ps
*.html
*.txt
_sanity*
pdcicon.bmp
*.tiff
*.icns
*.res
*.rc
winicon.*
myman.*
glomph-maze.*
*.plist
*.log

# Dist and temp
dist/
*.tar
*.tgz
*.zip
*.dmg
CVSDUMP*/
CVSDIST*/

# Documentation generated
*.man
*.6

# Temp and editor
*~
.#*
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo
*.orig
*.rej

# Tags
tags
TAGS

# Git
.gitignore

# .gitignore
docs/generated/
*.dox

# cflow output
docs/cflow/
