# =============================================================
# .gitignore for connes-cvs
# =============================================================

# ---- Python / build artifacts ----
__pycache__/
*.pyc
*.pyo
*.egg-info/
build/
dist/
*.whl
*.pickle
.pytest_cache/
.venv/
venv/

# ---- Local secrets ----
.env

# ---- OS / editor ----
.DS_Store
.vscode/

# ---- PyPI release staging (built artifacts, never committed) ----
release-dist/
