# ------------------------------
# Global developer artifacts
# ------------------------------
.git/
.gitignore
.rooignore
.idea/
.vscode/
.DS_Store
Thumbs.db
*.swp
*.swo

# ------------------------------
# Node.js / Frontend
# ------------------------------
node_modules/
dist/
build/
coverage/
.cache/
.next/
out/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
package-lock.json
yarn.lock
*.tsbuildinfo

# ------------------------------
# Python
# ------------------------------
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
.eggs/
build/
develop-eggs/
dist/
pip-wheel-metadata/
venv/
.venv/
env/
.env/
ENV/
.ipynb_checkpoints/
.mypy_cache/
pytest_cache/
.tox/
.coverage
coverage.xml
.pytest_cache/
*.sqlite3
*.db

# ------------------------------
# Java / JVM
# ------------------------------
target/
build/
out/
bin/
.gradle/
.gradle-cache/
.classpath
.project
.settings/
*.class
*.jar
*.war
*.ear
hs_err_pid*
replay_pid*
MANIFEST.MF

# ------------------------------
# Miscellaneous large assets
# ------------------------------
# *.png
# *.jpg
# *.jpeg
# *.gif
# *.svg
# *.pdf
# *.zip
# *.tar
# *.gz
# *.7z
# *.mp4
# *.mp3
# *.avi
# *.mov

# ------------------------------
# Temporary / OS / Editor files
# ------------------------------
*.tmp
*.temp
*.bak
*~
*.sublime-workspace
*.sublime-project
*.iml
