# Global ignores
__pycache__/
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.pyc
*.pyo
*.pyd
.coverage
htmlcov/
.DS_Store

# Environment
.env
.env.*
!.env.example

# Private strategy docs (keep untracked)
.strategy/
**/PRIVATE_*.md
**/*_CONFIDENTIAL.md
**/monetization*.md

/target*

# Exclude markdown files EXCEPT for documentation and README files
*.md
!README.md
!docs/**/*.md
!CHANGELOG.md
!RELEASE*.md
!PUBLISH*.md
!/LICENSE*
!LICENSE
