# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
wheels/
*.egg-link
.installed.cfg
lib/
lib64/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.eggs/

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

# Testing
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover

# Mypy / type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

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

# Telegram session files — NEVER commit these
*.session
*.session-journal

# User's private curated-groups config — stays local, outside the repo
curated-groups.yaml

# macOS
.DS_Store
.AppleDouble
.LSOverride
Thumbs.db

# Build artifacts
dist/
build/
