# Python
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Rust
target/
Cargo.lock

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

# OS generated files
Thumbs.db
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
*.so

# Temporary and build files
*.tmp
*.temp
.cache/
.pytest_cache/

# Local development
.env
.env.local
.env.*.local

plans/
tests/
venv/

node_modules/

# Native Node.js binaries
*.node

# NPM packages  
*.tgz