feat: Initial commit of Clutch-IQ project
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
.env
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
*.log
|
||||
|
||||
# Local databases (generated / private)
|
||||
database/**/*.db
|
||||
|
||||
# Local demo snapshots (large)
|
||||
data/processed/
|
||||
data/demos/
|
||||
|
||||
# Local downloads / raw captures
|
||||
output_arena/
|
||||
|
||||
# Jupyter
|
||||
.ipynb_checkpoints/
|
||||
Reference in New Issue
Block a user