Add File
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# Python-generated files
|
||||||
|
__pycache__/
|
||||||
|
*.py[oc]
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
lib/
|
||||||
|
research_reports/
|
||||||
|
wheels/
|
||||||
|
.claude/
|
||||||
|
docs/
|
||||||
|
*.egg-info
|
||||||
|
requires.md
|
||||||
|
prompts.md
|
||||||
|
WARP.md
|
||||||
|
CLAUDE.md
|
||||||
|
.env
|
||||||
|
# Virtual environments
|
||||||
|
.venv
|
||||||
|
|
||||||
|
# Temporary files and cache
|
||||||
|
temp/
|
||||||
|
*.tmp
|
||||||
|
*.cache
|
||||||
|
*.db
|
||||||
|
|
||||||
|
|
||||||
|
# uv cache and lock files
|
||||||
|
.uv-cache/
|
||||||
|
# Keep uv.lock for reproducible builds
|
||||||
Reference in New Issue
Block a user