# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Testing / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.benchmark/
.benchmarks/

# Type checkers
.mypy_cache/
.pyright/
pyrightconfig.json.bak

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

# Textual
.textual/

# MkDocs build output
site/

# Keeto local data
keeto.db
*.keeto.db
aidev.db
