# ==============================================================================
# SECURITY & SECRETS
# ==============================================================================
.env
.env.*
!.env.example
.npmrc
settings.xml
*.pem
*.key
local.properties

# ==============================================================================
# OS & Environment
# ==============================================================================
.DS_Store
.DS_Store?
.AppleDouble
.LSOverride
Icon
._*
.Spotlight-V100
.Trashes
.Thumbs.db
desktop.ini
ehthumbs.db
Thumbs.db

# ==============================================================================
# IDE & Editors
# ==============================================================================
# VS Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
.history/

# Visual Studio
*.suo
*.user
*.userosscache
*.sln.docstates

# MonoDevelop / Xamarin Studio
*.userprefs

# IntelliJ / Android Studio
.idea/
*.iml
*.iws

# ==============================================================================
# Build Artifacts & Directories
# ==============================================================================
.temp/
dist/
out/
build/
bin/
obj/
target/
.gradle/
.externalNativeBuild
.cxx
/captures

# ==============================================================================
# Languages & Frameworks
# ==============================================================================

# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
pnpm-lock.yaml
yarn.lock

# Python
__pycache__/
.pytest_cache/
*.pyc
sdks/python/dist/

# C# / .NET
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
Win32/
ARM/
ARM64/
bld/
[Ll]og/
[Ll]ogs/

# ==============================================================================
# Project Specific
# ==============================================================================

# Scraper Outputs
specs/source/captured/responses
*.html

# Logs
#*.log

mockserver
