# IDE and Development
.claude/
.vscode/
.idea/
*.swp
*.swo
*~

# Cache and Temporary
.npm-cache/
.pytest_cache/
cache/
data/
output/
test_output/
logs/
*.tmp
*.log

# Build and Distribution
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo

# Environment
.env
.env.local
venv/
env/

# Project-specific (can be uncommented if needed for Git history)
# doc/
# examples/
# Note: test/ source code is tracked, only generated artifacts are ignored above
