# Specifics

# IDE cache
.cursorrules
.cursorignore
.vscode/
.xyzopt/
.jupyter/

# Secrets
.secrets
.secrets.*

# Checkpoints / weights
*.pt
*.ckpt
*.pyc
*.pyo
*.npy
*.npz

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# AI Agents
.agentx/
CLAUDE.md

# Lock files
poetry.lock

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

# Logs / databases
*.log
*.sql
*.sqlite

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

# OAuth2 token
.httr-oauth

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

# C extensions
*.so

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

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

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

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

# Sphinx / mkdocs
/site
docs/_build/

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

# pyenv
.python-version

# unignore
!nbqol/env