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

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
env/

# uv
uv.lock.bak

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

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
*.prof

# Ruff
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# qara runtime files
*.sock
qara.log
qara.jsonl
qara-*.jsonl

# Config with secrets (Telegram tokens, user IDs)
qara.toml
config/qara.toml

# Compiled extensions
*.c
*.cpp
