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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
*.egg
pip-wheel-metadata/
share/python-wheels/
MANIFEST
causalis/_version.py

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version

# PyInstaller
*.manifest
*.spec

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
.pytest_cache/
coverage.xml
nosetests.xml
*.cover
*.py,cover
.hypothesis/
.pyre/
.mypy_cache/
.dmypy.json
dmypy.json

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# Sphinx documentation
/docs/_build/
/site/

# PyBuilder
target/

# Editors/IDEs
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db

# Logs
*.log

# Data/cache artifacts
*.pickle
*.pkl

# CatBoost training outputs (root/cases only; keep tests fixtures tracked)
/catboost_info/
/notebooks/cases/catboost_info/
/.junie/
/catboost_info/
/site/
/content/
/notebooks/research/some_testing/
/some_testing/
/.venv
/.venv39
/.pycache_tmp/
/.local/
