# Editors/IDE
.idea/
.vscode/

# Target
target/
build/

# Makefile stamps
.stamps/

# Python
__pycache__/
*.pyc
*.py[cod]
.pytest_cache/
*.egg
*.egg-info/
*.log
dist/

# Generated by setuptools-scm
**/_version.py

# Virtualenv
.venv/
.venv*/
.env/

# Coverage / pytest
.coverage
htmlcov/

# Office lock files
.~lock.*#
~$*.xlsx

# Local tmp
tmp/
*.xlsx

# Parallel work (untracked scratch space for docs/backlog drafts)
scratch/

# AI interface transit files (jq -r unpacked adoc from JSON)
out.adoc
input.json

# Generierte / Arbeitsdateien
*.pdf
repo.txt

# Office/LibreOffice
~$*

# macOS Finder
.DS_Store

# Windows Explorer
Thumbs.db
desktop.ini

# Editor-Backups
*~
*.swp
*.bak
*.tmp

# jsons in documentation are to be regarded as temporary and ephemeral
/docs/**/*.json

# input.json is an ephemeral document
input.json

# lib folder created by recent makefile updatezs
lib/
bin/
lib64.venv_win/
lib64
