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

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

# Auto-generated version file
src/mkdocs_llms_source/_version.py

# Virtual environments
.venv/
venv/

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

# MkDocs build output
site/

# Testing
.coverage
htmlcov/
.pytest_cache/

# Other repos used for E2E testing
other_repos/

# Temp working files
temp/

# OS
.DS_Store
Thumbs.db
