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

# Virtual environments
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Build artifacts
*.whl
*.tar.gz
.kiro/
.hypothesis/

# Tripline
events.jsonl
traffic.jsonl
.tripline_patterns.json
.tripline_baseline.json
.tripline_mode
.tripline_freeze
.tripline_kill
.tripline_cancel
.tripline_allow_once
.tripline_pending.json
.tripline_decision_*
test_supervised.txt
test-fuse.txt
normal_output.txt
loader.py
