#    ██████╗ ███████╗    ██████╗ ██╗   ██╗████████╗██╗  ██╗ ██████╗ ███╗   ██╗
#    ██╔══██╗╚════██║    ██╔══██╗╚██╗ ██╔╝╚══██╔══╝██║  ██║██╔═══██╗████╗  ██║
#    ██║  ██║    ██╔╝    ██████╔╝ ╚████╔╝    ██║   ███████║██║   ██║██╔██╗ ██║
#    ██║  ██║   ██╔╝     ██╔═══╝   ╚██╔╝     ██║   ██╔══██║██║   ██║██║╚██╗██║
#    ██████╔╝   ██║      ██║        ██║      ██║   ██║  ██║╚██████╔╝██║ ╚████║
#    ╚═════╝    ╚═╝      ╚═╝        ╚═╝      ╚═╝   ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝

#     ██████╗ ██╗████████╗██╗ ██████╗ ███╗   ██╗ ██████╗ ██████╗ ███████╗
#    ██╔════╝ ██║╚══██╔══╝██║██╔════╝ ████╗  ██║██╔═══██╗██╔══██╗██╔════╝
#    ██║  ███╗██║   ██║   ██║██║  ███╗██╔██╗ ██║██║   ██║██████╔╝█████╗
#    ██║   ██║██║   ██║   ██║██║   ██║██║╚██╗██║██║   ██║██╔══██╗██╔══╝
#    ╚██████╔╝██║   ██║   ██║╚██████╔╝██║ ╚████║╚██████╔╝██║  ██║███████╗
#     ╚═════╝ ╚═╝   ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝


# =============================================================================
# Python Core
# =============================================================================

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# =============================================================================
# Testing & Coverage
# =============================================================================

htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
coverage.json
*.cover
.pytest_cache/
.hypothesis/

# =============================================================================
# Type Checkers
# =============================================================================

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre
.pyre/

# pytype
.pytype/

# =============================================================================
# Linting & Formatting
# =============================================================================

# Ruff
.ruff_cache/

# Markdown Lint
.markdownlint.json

# =============================================================================
# Virtual Environments
# =============================================================================

.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# =============================================================================
# Dependencies
# =============================================================================

# Node
node_modules/

# Poetry
poetry.lock
!tests/fixtures/**/poetry.lock

# =============================================================================
# Environment & Secrets
# =============================================================================

.env
.env.local
.env.*.local

# =============================================================================
# Database
# =============================================================================

*.db
*.sqlite
*.sqlite3

# =============================================================================
# Logs
# =============================================================================

logs/
log/
*.log
log_analysis_*

# =============================================================================
# Documentation
# =============================================================================

# Sphinx
docs/_build/
docs/_static/
docs/_templates/

# =============================================================================
# Indexing & Code Intelligence
# =============================================================================

.ckb/
.srclight/
.codebase-index-cache.pkl
index.scip

# =============================================================================
# AI Tooling & Support Docs
# =============================================================================

AGENTS.md
CLAUDE.md

# =============================================================================
# IDEs & Editors
# =============================================================================

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

# =============================================================================
# Operating System
# =============================================================================

.DS_Store
Thumbs.db

# =============================================================================
# Temporary Files
# =============================================================================

tmp/
temp/
*.tmp

# =============================================================================
# Internal Use
# =============================================================================

internal_testing_scripts/
internal_documentation/
changelog_archive/
plans/
TODO.md
