﻿# Virtual environments
venv/
.venv/
env/
Include/
Lib/
Scripts/
pyvenv.cfg

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.egg

# Environment files - SECURITY CRITICAL
**/.env
.env
.env.local
.env.*.local
!*.example

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
docker_build*.log

# Build artifacts
*.exe
*.spec
JomniSetup/

# Temp/working directories
TEMP/
tmp/
.pytest_cache/
.ruff_cache/
htmlcov/
.coverage

# Node (for frontend/svelte)
node_modules/
.svelte-kit/

# Flutter
flutter/jomni/.dart_tool/
flutter/jomni/build/

# Local testing
*.db
*.sqlite
