# Python byte-compiled / optimized / DLL files
__pycache__/
*/__pycache__/
**/__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so
*.dll
*.dylib

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.manifest
*.spec

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

# Environments
.env
.venv/
venv/
env/
ENV/
env.bak/
venv.bak/
*_env/
*_venv/
.python-version
.pre-commit-venv/

# Hatch
.hatch/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.*.sw[a-p]
.spyderproject
.spyproject
.ropeproject
.project
.pydevproject
.settings/
*.sublime-*

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# Linting
.ruff_cache/

# Documentation
docs/_build/
docs/api/
site/

# SSH keys
.ssh/
*.pem
*.key
id_rsa*
id_ed25519*
id_ecdsa*
id_dsa*
known_hosts

# Claude Code
.claude/settings.local.json

# Logs
*.log
log/
logs/

# OS specific
.DS_Store
Thumbs.db
desktop.ini
*.lnk
$RECYCLE.BIN/
ehthumbs.db
ehthumbs_vista.db
*.stackdump

# Project specific
lazyssh.cfg
.lazyssh/

# Temporary files
tmp/
temp/
.temp/
*.tmp
*.bak
*.orig

# Build artifacts
*.pyd
*.exe
*.out
*.app

# Test artifacts
artifacts/
