# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Build outputs
dist/
build/
.next/
target/
*.wasm

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

# OS
.DS_Store
Thumbs.db

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

# Testing
coverage/
.nyc_output/

# Logs
logs/
*.log

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

# Temporary folders
tmp/
temp/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
env.bak/
venv.bak/

# Rust
target/
Cargo.lock

# Blockchain
artifacts/
cache/
typechain/

# AI/ML
models/
checkpoints/
*.pkl
*.h5
*.pth
*.onnx

# Quantum simulations
quantum_results/
simulation_data/

# Ignore plugin binaries that shouldn't be committed
# Example: systems/universal-crown-prime/plugins/*/go-analytics (binaries built from CI/releases)
systems/**/go-analytics/go-analytics
