```
# Compressed files
*.zip
*.gz
*.tar
*.tgz
*.bz2
*.xz
*.7z
*.rar
*.zst
*.lz4
*.lzh
*.cab
*.arj
*.rpm
*.deb
*.Z
*.lz
*.lzo
*.tar.gz
*.tar.bz2
*.tar.xz
*.tar.zst

# Dependencies
__pycache__/
*.pyc
.pytest_cache/
.coverage
coverage/
htmlcov/

# Environment
.env
.env.local
.env.

# Logs
*.log

# Temp files
*.tmp

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

# Build artifacts
dist/
build/
target/
```