# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# SDK local data
.fastaiagent/
.prompts/

# MkDocs build output
site/

# Frontend build artifacts (built fresh by CI; bundled into the wheel)
ui-frontend/node_modules/
ui-frontend/dist/
ui-frontend/test-results/
ui-frontend/playwright-report/
fastaiagent/ui/static/*
!fastaiagent/ui/static/.gitkeep

# Internal / private
claude_files/
.claude/

# Scripts / recordings / videos
scripts/

# OS
.DS_Store
Thumbs.db
