# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/
*.egg-info/
dist/
build/
*.egg

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Git
.git/
.gitignore
.github/

# Documentation
.context/
docs/
*.md
!README.md

# Environment & Config
.env
.env.*
!.env.example

# Data & Caches
data/
.ruff_cache/
.mypy_cache/

# Frontend (built separately)
ntrp-ui/

# Misc
*.log
.DS_Store
