``` # Compiled and build artifacts *.pyc __pycache__/ *.o *.obj *.so *.dll *.exe *.class *.out # Dependencies .venv/ venv/ node_modules/ dist/ build/ target/ .gradle/ .mypy_cache/ .pytest_cache/ # Logs and temp files *.log *.tmp *.swp *.swo *.out # Environment .env .env.local *.env.* # Editors .vscode/ .idea/ # System files .DS_Store Thumbs.db # Coverage coverage/ htmlcov/ .coverage # 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 ```