.vscode

# IntelliJ IDEA project files
# ===================================
.idea/
*.iml
*.iws
out/

# =============================================================================
# Language-Specific Build Files
# =============================================================================

# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work
go.work.sum
bin/
pkg/
vendor/

# Java/Maven
target/
*.class
*.jar
*.war
*.ear
*.nar

# TypeScript/Node.js
node_modules/
*.tsbuildinfo
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Python
__pycache__/
*.py[cod]
*$py.class
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# =============================================================================
# Build & Output Directories
# =============================================================================

build/
dist/
out/
tmp/

# =============================================================================
# Development Tools & IDEs
# =============================================================================

# IDEs
.vscode/
.idea/
.cursor/
*.swp
*.swo

# Claude Code (user-specific)
.claude/

# =============================================================================
# Operating Systems
# =============================================================================

# macOS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes

# Windows
Thumbs.db
ehthumbs.db

# Linux/Unix
*~

# =============================================================================
# Runtime & Configuration
# =============================================================================

# Environment variables
.env
.env.dev
.env.local
.env.production
.env.development

!console/frontend/.env.production
!console/frontend/.env.development

# Logs
*.log
logs/

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Temporary files
*.tmp
*.temp

# Local development
.local/

# =============================================================================
# Security & Sensitive Data
# =============================================================================

# Database files
*.db
*.sqlite
*.sqlite3

# Certificate files
*.pem
*.key
*.crt
*.cert

# Configuration files that might contain secrets
config.local.*
secrets.yml
secrets.yaml

# =============================================================================
# Backup & Archive Files
# =============================================================================

*.bak
*.backup

# =============================================================================
# Test Coverage
# =============================================================================

*.cover
coverage.html
coverage.txt
coverage.out
core/.serena/project.yml


*.venv*

# local ci
.localci.toml