# setuptools-scm generated version file (written at build time)
cdata_connect_ai/_version.py

# Python bytecode
__pycache__/
*.py[cod]
*.pyo

# Distribution / packaging (produced by `python -m build`)
dist/
build/
*.egg-info/
*.egg
MANIFEST

# Wheel / sdist archives
*.whl
*.tar.gz

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

# Pytest / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Type checkers
.mypy_cache/
.pytype/
.pyre/

# Local pyhocon config (users may create this for local testing)
config.conf
*.conf


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

# OS noise
.DS_Store
Thumbs.db
