# Version control
.git
.gitignore
.github

# Python build artifacts
__pycache__
*.py[cod]
*.egg-info
build
dist
.eggs
*.whl

# Virtual environments
.venv
venv
env

# Caches
.pytest_cache
.mypy_cache
.ruff_cache
.coverage
htmlcov
.tox

# Editor
.vscode
.idea
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Project-specific
runs
examples/*.md
docs
tests
CONTRIBUTING.md
docker-compose.yml
Dockerfile
.dockerignore
