# Virtual environments
.venv/
venv/
env/

# Python bytecode / caches
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# Editor / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Local scan output (if ever pointed inside the repo)
Scans/
*.bak
