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

# Virtual environment
.venv/
.venv*/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Project specific
*.fifo
cookies.txt
local.toml

# Testing
.pytest_cache/
.coverage
htmlcov/

# Tool caches
.mypy_cache/
.ruff_cache/

# Agent / editor local state (contains machine-specific paths)
.claude/

# Screenshots saved by the in-app F12 binding
*.svg
