# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# Native extensions
*.so

# Packaging/build artifacts
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/
ENV/
.python-version

# Test, lint, and type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.hypothesis/
.coverage
.coverage.*
htmlcov/

# IDE/editor and OS files
.vscode/
.idea/
*.swp
*.swo
Thumbs.db
.DS_Store

# LocalForge runtime state (generated per machine/repo)
.localforge/

# Misc local outputs
*.log
test_output.txt
