# docs
docs/
INFO.md
DOCUMENTATIE.md
README.md
# ...except the CLI package's README - it's the PyPI project description, not
# project-internal documentation like the root README.md this rule targets.
!cli/README.md



# data directory (problem assets, test files)
data/

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env
.env.local
*.pyc
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage
coverage.xml

# Node / Next.js
node_modules/
.next/
out/
.cache/
*.tsbuildinfo
frontend/.env.local
frontend/.env.development.local
frontend/.env.test.local
frontend/.env.production.local
npm-debug.log*
frontend/.lighthouseci/
yarn-debug.log*
.claude/
yarn-error.log*
.pnp
.pnp.js


# IDE
.idea/
.vscode/
*.swp
*.swo
*~
CLAUDE.md
.DS_Store
Thumbs.db

# Docker
docker-compose.override.yml
.env.prod
nginx/certbot-webroot/
	
# Alembic
backend/alembic/versions/*.pyc
.vercel
.env*

IMPLEMENTATION.md