# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Operating system files
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Environment variables
.env
.env.*

# Dependency directories
node_modules/
vendor/

# Build outputs
dist/
build/
out/
target/

# Coverage reports
coverage/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo

# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
venv/

# Java
*.class
*.jar
*.war

# C/C++
*.o
*.obj
*.exe

# Temporary files
tmp/
temp/
*.tmp

# Git-specific
*.orig

# adomo local-mode data
.adomo/
*.db
*.sqlite
*.sqlite3
