# Git
.git/
.gitignore

# Claude Code
.claude/
CLAUDE.md

# Virtual environments
.venv/
venv/
env/

# Python cache and build artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/ 
*.egg-info/
.installed.cfg
*.egg

# Testing
tests/
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

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

# OS
.DS_Store
Thumbs.db

# Example outputs and images
*.png
*.jpg
*.jpeg
cka_checkpoint.pt

# Jupyter
.ipynb_checkpoints/
examples/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# Package manager
uv.lock

# Docker
Dockerfile
.dockerignore

# CI/CD
.github/
.python-version
