```
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
.ENV
.ENV.*
.venv/
.venv.*
.python-version
.pytest_cache/
.mypy_cache/
.coverage
coverage/
htmlcov/

# Build and distribution artifacts
dist/
build/
*.egg-info/
.eggs/
.installed.cfg
*.egg

# Dependencies
pip-wheel-metadata/

# Logs
*.log

# Environment variables
.env
.env.local
*.env.*

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.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
```