# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Data and visualization outputs
data/
data/graphs/
data/visualizations/

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

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

# Project specific
logs/
checkpoints/
secrets/
.conda/
frame/interestingness/learning/generated_programs/

# Jupyter
.ipynb_checkpoints
*.ipynb

# Testing
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/


# Secrets
.secrets 
secrets/

# Packages 
packages/
.lake

outputs/
multirun/


# Scratch notebooks
scratch_notebooks/