Refactor API key management, add requirements file and .gitignore
Load API keys from environment variables using dotenv for not accidentally sharing API keys. Introduce requirements.txt for dependency management and .gitignore to exclude sensitive files and unnecessary directories.
.gitignore
0 → 100644
requirements.txt
0 → 100644
openai | ||
opik | ||
python-dotenv | ||
\ No newline at end of file |
Please register or sign in to comment