# Python bytecode & cache
__pycache__/
*.py[cod]
*.pyo
*.pyd

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

# uv
.uv/
.python-version.local

# Build artifacts
build/
dist/
*.egg-info/
.eggs/

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
nosetests.xml
test-results.xml
coverage.xml


# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting / formatting
.ruff_cache/

# Logs & runtime files
*.log

# OS-specific
.DS_Store
Thumbs.db

# Editors & IDEs
.vscode/
.idea/
*.swp
*.swo
*.bak

# Environment / secrets
.env
.env.*

# Jekyll build output
docs/_site/

# Bundler
docs/.bundle/
docs/Gemfile.lock

# Ruby
*.gem
*.rbc
