# Claude
CLAUDE.md
.claudeignore

# Java
target/
*.class
*.jar
*.war
*.ear
.classpath
.project
.settings/
*.iml
hs_err_pid*

# .NET
bin/
obj/
*.user
appsettings.Development.json
appsettings.Local.json
secrets.json

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.egg
.eggs/

# Virtual environments
venv/
.venv/
env/
.env/

# Environment / secrets
.env
.env.*

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.mypy_cache/
.pyright/

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
