# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Testing & Linting
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# JEV Fuse runtime local data
~/.jevfuse/
.jevfuse/
*.db
*.db-wal
*.db-shm
*.duckdb
decisions.db*

# External reference repositories (other projects)
repo/

# macOS
.DS_Store

# Environment & Keys
.env
.env.*

