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