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

# Build / packaging artifacts
build/
dist/
*.egg-info/
*.eggs/
pip-wheel-metadata/

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

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.cache/
.tox/
.nox/

# Coverage artifacts
.coverage
.coverage.*
htmlcov/

# Runtime / local app data
.blackgeorge/

# Local output artifacts
aisearch.md
report.md

# Environment files
.env
.env.*
!.env.example

# IDE / editor
.idea/
.vscode/
*.swp
*.swo

.DS_Store
Thumbs.db

# Logs
*.log
