136 lines
1.3 KiB
Plaintext
136 lines
1.3 KiB
Plaintext
.env
|
|
prompts/patterns/user/
|
|
/notebooks/
|
|
data/
|
|
.uploads/
|
|
sqlite-db/
|
|
surreal-data/
|
|
docker.env
|
|
!setup_guide/docker.env
|
|
notebook_data/
|
|
# Python-specific
|
|
*.py[cod]
|
|
__pycache__/
|
|
*.so
|
|
todo.md
|
|
temp/
|
|
google-credentials.json
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
/lib/
|
|
/lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# 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/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# IPython
|
|
profile_default/
|
|
ipython_config.py
|
|
|
|
# Environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# PyCharm
|
|
.idea/
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# Spyder project settings
|
|
.spyderproject
|
|
.spyproject
|
|
|
|
# Rope project settings
|
|
.ropeproject
|
|
|
|
# mkdocs documentation
|
|
/site
|
|
|
|
# mypy
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
|
|
# Pyre type checker
|
|
.pyre/
|
|
|
|
# pytype static type analyzer
|
|
.pytype/
|
|
|
|
# Cython debug symbols
|
|
cython_debug/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
desktop.ini
|
|
|
|
# Linux
|
|
*~
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Database files
|
|
*.db
|
|
*.sqlite3
|
|
|
|
.quarentena
|
|
|
|
claude-logs/
|
|
.claude/sessions
|
|
**/claude-logs
|
|
|
|
|
|
docs/custom_gpt
|
|
doc_exports/
|
|
|
|
specs/
|
|
.claude
|
|
|
|
.playwright-mcp/ |