# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
*.egg-info/
dist/
*.egg

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

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

# CyBuilder specific
build_temp/
.CyBuilder_cache.json
dist_test/

# PyPI credentials
.pypirc

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# uv
.uv/
