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

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

# Virtual environments
.venv/
venv/
ENV/

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# OS
.DS_Store
Thumbs.db

# Fantoma runtime
monitor_logs/
stress_test_results*.json
stress_test*.log
signup_results*.json
signup_log*.txt
signup_output*.txt
phi_complex_results.json
overnight_results*.json
overnight_log*.txt
overnight_test.py
integration_test.py
integration_results.json
ux_review*.py
ux_review*.txt

# Test artifacts
tests/*_results.json
tests/real_*.py
tests/full_*.py
tests/live_*.py
tests/scenario_*.py
v03_fresh_results.json

# One-off scripts
hn_post.py
demo_script.sh
weekly_monitor.py

# Demo files (keep .gif for README)
fantoma_demo.cast
fantoma_demo.mp4

# Backup files
*.backup-*

# Docker secrets
.env
.worktrees/
