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

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

# Virtual environments
venv/
.venv/

# IDE
.idea/
.vscode/
*.swp

# Test data (don't commit downloaded data)
data/

# pytest
.pytest_cache/

# Coverage
.coverage
htmlcov/

# version
cedarkit_test_data/_version.py
