# Move On — Bundle enthält Klartext-Chatverläufe
MOVEON.d/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl
src/*.egg-info/

# Virtual environments
.venv/
venv/
env/

# Environment variables
.env
.env.*
!.env.example

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

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

# gstack security reports (local only)
.gstack/
.loki/
