# Build artifacts
build/
dist/
*.egg-info/
*.egg
wheels/

# Bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/

# tokenpulse runtime data
.ai-tokenpulse/
*.db
*.db-shm
*.db-wal

# Editors
.idea/
.vscode/
*.swp
.DS_Store

# Local experiment scratch
proxy_experiment.py
/tmp/tp_*.log
