# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

# Type checking & linting
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json

# Testing
.pytest_cache/
<MagicMock *
.coverage
.coverage.*
coverage.xml
htmlcov/
.hypothesis/

# IDE & editors
.idea/
.vscode/
.claude/
*.swp
*.swo
*.swn
*~
.project
.settings/

# OS
.DS_Store
Thumbs.db
desktop.ini

# Environment & secrets
.env
.env.*

# Runtime
*.pid
*.log
*.sock

# Personal / dev-only (not part of the project)
start_bot.sh
python_best_practice.md
run.py
