simonw--llm
838484b1f3
* Add .idea/ to .gitignore * Set min and max constraints to float parameters Closes #115
11 行
93 B
Plaintext
11 行
93 B
Plaintext
.venv
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
venv
|
|
.eggs
|
|
.pytest_cache
|
|
*.egg-info
|
|
.DS_Store
|
|
.idea/
|