# Operating System Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE and Editor Files
.idea/
.vscode/
*.swp
*.swo
*~

# Build and Dependency Directories
node_modules/
dist/
build/
out/
target/
*.pyc
__pycache__/
*.class

venv/

# Environment and Configuration
.env
.env.local
.env.*.local
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Testing and Coverage
coverage/
.coverage
.pytest_cache/
htmlcov/

# Temporary Files
*.tmp
*.temp
*.bak
*.backup

# Project-specific (uncomment as needed)
# /docs/_build/
# /.pytest_cache/
# /.tox/
# /.eggs/
