# Development tools
.*
!.gitignore
!.github/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/

# Build artifacts
dist/
build/

# Test/Coverage
htmlcov/
.coverage
*.coverage

# Lock files (optional: remove if you want to track)
uv.lock

# IDE
*.swp
*.swo

# Project-specific exclusions
CLAUDE.md
issues/
myproject/
test_projects/
設計/
how_to_create_new_project.md
docs/claude/
