# Specific Paths
xyzopt/

# IDE Settings
CLAUDE.md
.vscode/
.jupyter/
.pretzel/

# Checkpoints 
.ipynb_checkpoints/
__pycache__/
*.ckpt
*.pyc
*.pyo

# Compiled source
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages
*.7z
*.dmg
*.gz
*.iso
*.so
*.jar
*.rar
*.tar
*.zip

# Logs + DBs
*.log
*.sql
*.sqlite

# OS generated files
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*/.DS_Store
**/.DS_Store
.DS_Store
.DS_Store?

# R Package files
*.RData
*.RData.gz
*.Rhistory
*.Rprofile
*.Renviron

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

# Distribution / packaging
.Python
dist/
build/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.manifest
*.spec

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

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
test_env/

# Sphinx docs
docs/_build/

# mkdocs
/site