# .gitignore:
static
posts/*.md
posts/*/*.md
posts/*/*/*.md
pids

# macOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db

# Linux
*~

# Node.js
node_modules/
.yarn
.pnp.cjs
.pnp.loader.mjs
.yarn/

# Python
*.pyc
*.pyo
*.pyd
__pycache__/
venv/

# Java
*.class
*.jar
*.war
*.ear
target/

# Build directories
/dist/
/build/
/out/
/static/

/ IDEs and Editors
.vscode/
.idea/
*.swp
*.swo

# Log files
*.log

# Config / Environment files
config.toml
.env

# Miscellaneous
*.bak
*.tmp
*.swp
*.swo

# Compiled binaries
*.exe
*.out
*.app
*.o
*.a
*.so

# Docker
*.docker/

/ Coverage directories
.coverage/
*.sqlite3
*.sqlite
/logs
/logs/*/*.json
/logs/*/*/*.json
*.gz
data/*
!data/.gitkeep
.last_tested_commit
.last_unit_tested_commit
.last_successful_prepush_test
certs/*
test/logs/*


