# Git
.git
.gitignore
.gitattributes

# IDE
.vscode
.idea
*.swp
*.swo
*~

# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv
*.egg-info/
dist/
build/

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Rust
target/
Cargo.lock

# Logs
*.log
logs/

# OS
.DS_Store
Thumbs.db

# Secrets
secrets/
*.key
*.pem
.env

# Build artifacts
*.o
*.a
*.so
*.exe
