# Git
.git
.gitignore

# Python
__pycache__
*.py[cod]
*.egg-info
.eggs
dist
build
*.egg
.pytest_cache
.coverage
htmlcov
.mypy_cache
.ruff_cache
.venv
venv
env

# Node
node_modules
npm-debug.log

# IDE
.vscode
.idea
*.swp
*.swo

# Docker
.docker

# Test data
test_data

# Documentation build (keep templates for reports)
docs/_build
docs/*.md
docs/api
docs/guides
docs/images
site

# OS
.DS_Store
Thumbs.db

# Large files
*.log
*.tmp

# Large development folders
vscode-extension
benchmarks
venv*
demo
thesis_generator
validation_results
tests
contracts
data
*.pdf
*.html
*.json
!config/*.yaml
