# Byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
wheels/
pip-wheel-metadata/

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

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking / linting caches
.mypy_cache/
.ruff_cache/

# IDE / editor
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Remy runtime artifacts (never commit user scan data or secrets)
.remy/
remy_config_backup*
*.env
.env.*
fix_prompt*.md

# Logs
*.log
