# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.venv/
venv/
ENV/
env/

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations (compiled .mo files are build artifacts)
*.mo
# Note: po/clamui.pot is tracked (force-added) for translator reference

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

# OS files
.DS_Store
Thumbs.db

# Auto Claude
.auto-claude/
.auto-claude-status
.claude_settings.json
.codex
.worktrees/
.idea
worktrees/

.flatpak-builder/
build-dir/
repo/

# Debian packaging
*.deb
build-deb-temp/

.claude/
pypi_cache
.tldr
coverage.json
build-appimage-tools/

squashfs-root/
.opencodeignore
clamui.zip
*.AppImage

# Environment files (prevent accidental credential commits)
.env
.env.*
*.env

# Claude Code sandbox stubs (read-only device files blocking writes to protected paths)
.vscode
HEAD
config
hooks
objects
refs
.bash_profile
.bashrc
.gitconfig
.gitmodules
.profile
.ripgreprc
.zprofile
.zshrc
.mcp.json

pytest*
