# Build directories
build/
dist/
*.egg-info/
wheelhouse/

# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/
test-env/

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

# OS
.DS_Store
Thumbs.db

# Upstream library (clone separately with: git clone https://github.com/open-eid/libcdoc.git)
libcdoc/

# Claude Code
.claude/

# Test artifacts
*.cdoc

# Lock files (library - not committed)
uv.lock
