# ====================
# SECURITY & CREDENTIALS
# ====================
# Environment files
.env*
!.env.example
!.env.template
*.local.env
production.env

# SSH Keys & Certificates
*.key
*.pem
*.pub
*.p12
*.pfx
*.cert
*.crt
*keypair*
sg_key*
carbon6_key*
.council_keys.env

# Git & Auth
.git-credentials
.gitconfig

# Wallets & Blockchain
keypair.json
mnt-*.json
*-mint.json

# ====================
# OPERATING SYSTEM
# ====================
# macOS
.DS_Store
.DS_Store?
._*
.AppleDouble
.LSOverride
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Windows
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk

# Linux
*~
.fuse_hidden*
.directory
.Trash-*
.nfs*

# ====================
# PYTHON
# ====================
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
pip-log.txt
pip-delete-this-directory.txt

# Virtual Environments
.venv/
venv/
ENV/
env/
.virtualenv/
pipenv/
.pyenv/

# Testing & Coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# ====================
# NODE.JS
# ====================
node_modules/
jspm_packages/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
.npm
.eslintcache
.stylelintcache
.node_repl_history
*.tgz
.yarn-integrity

# Build outputs
dist/
dist-ssr/
*.local

# Next.js
.next/
out/
next-env.d.ts
.vercel

# Nuxt.js
.nuxt
.output

# Gatsby
.cache/
public

# ====================
# DATABASES & LOGS
# ====================
*.db
*.sqlite
*.sqlite3
*.db-shm
*.db-wal
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# ====================
# BUILD ARTIFACTS & CACHE
# ====================
build/
dist/
artifacts/
cache/
.cache/
.parcel-cache/
.turbo/
.docusaurus/
.serverless/
.fusebox/
.dynamodb/
.tern-port
.vscode-test

# Hardhat
artifacts/
cache/
typechain/
typechain-types/

# ====================
# IDE & EDITORS
# ====================
.vscode/
!.vscode/extensions.json
!.vscode/settings.json
.idea/
*.swp
*.swo
*.swn
*~
.project
.classpath
.c9/
*.launch
.settings/
.sublime-workspace
*.sublime-project
*.sublime-workspace

# ====================
# TESTING & DEBUGGING
# ====================
test-image.png
*.hprof
coverage/
.nyc_output

# ====================
# ML MODELS (if not using Git LFS)
# ====================
bert-base-uncased/
gpt2-local/
*.model
*.pt
*.pth
*.onnx
*.h5
*.pb
*.tflite

# ====================
# PERSONAL/SYSTEM FILES
# ====================
.zsh_history
.bash_history
.zsh_sessions/
.bashrc
.bash_profile
.zshrc
.zshenv
.zprofile
.history
.lesshst
.wget-hsts
.CFUserTextEncoding

# ====================
# DOCKER & CONTAINERS
# ====================
docker_backups/
.docker/
.dockerignore

# ====================
# TEMPORARY FILES
# ====================
tmp/
temp/
*.tmp
*.bak
*.backup
*.swp
*.swo
untitled*/
Untitled*/

# ====================
# PACKAGE MANAGERS
# ====================
.pnpm-state/
.yarn/
.npm-global/
.cargo/
.rustup/

# ====================
# PROJECT SPECIFIC
# ====================
# Sniper Bot
Sniper_Bot/pump_bot.db
Sniper_Bot/logs/
Sniper_Bot/.carbonlink

# VLTRN Dataroom
vltrndataroom/cache/
vltrndataroom/artifacts/
vltrndataroom/.dataroom_telemetry/

# Identity Service
.IdentityService/
