# OS
.DS_Store
Thumbs.db

# Specs artifacts
specs/ELAISIUM_DESIGN_INPUT_files

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
dist/
build/
.eggs/

# Node.js / Frontend
node_modules/
.vite/
dist/
*.local

# Environment
.env
.env.local
.env.*.local

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

# Logs
*.log
logs/

# Testing
coverage/
.coverage
htmlcov/

# Build artifacts
*.whl

# Temporary files
tmp/
temp/
*.tmp

# Backend
backend/snapshots/
backend/webagents/
backend/robutler/
backend/maps/
