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

# Distribution and packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/

# IDE and editor
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/

# Testing and coverage
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting
.ruff_cache/

# OS junk
.DS_Store
Thumbs.db
desktop.ini

# Build artifacts
*.log
*.tmp

# Task runner state (internal, not shipped)
.agents/
