104 lines
1.1 KiB
Plaintext
104 lines
1.1 KiB
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
|
|
# LaTeX auxiliary files
|
|
*.aux
|
|
*.bbl
|
|
*.blg
|
|
*.out
|
|
*.fls
|
|
*.fdb_latexmk
|
|
*.synctex.gz
|
|
*.toc
|
|
*.lof
|
|
*.lot
|
|
*.nav
|
|
*.snm
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
*.manifest
|
|
*.spec
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Virtual environments
|
|
venv/
|
|
ENV/
|
|
env/
|
|
.venv
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
*.ipynb
|
|
|
|
# Pytest
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# mypy
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
|
|
# ML/Data
|
|
*.h5
|
|
*.pkl
|
|
*.pth
|
|
*.ckpt
|
|
*.safetensors
|
|
wandb/
|
|
runs/
|
|
outputs/
|
|
checkpoints/
|
|
*.log
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Skill Seeker metadata and build artifacts
|
|
.metadata/
|
|
*_data/
|
|
!dev_data/
|
|
*_github_data.json
|
|
*_extracted.json
|
|
output/
|
|
*.zip
|
|
0-autoresearch-skill/background_docs/
|
|
0-autoresearch-skill/twitter_thread_draft.md
|
|
0-autoresearch-skill/social_posts.md
|
|
0-autoresearch-skill/image_generation_brief.md
|
|
0-autoresearch-skill/autoresearch-loops-image.png
|