__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
.env
.env.*
*.log
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
*.db
*.sqlite3
node_modules/
.next/
.DS_Store
Thumbs.db

# Only push README.md — exclude all other .md files
*.md
!README.md

# Root test files with hardcoded paths
test_post_roadmap.py
test_s1_s2.py
test_taskforce.py
test.txt
