Skip to content

Commit

Permalink
chore: gitignore and requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-hugo-dc committed Jun 4, 2023
1 parent bbf2c17 commit 9e2f750
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# .env
.env

# __pycache__
__pycache__
.pytest_cache

# macOS
.DS_Store

# build
build
dist

#venv
/venv
.venv


# pycharm
.idea/
.idea
4 changes: 4 additions & 0 deletions requirement.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
openai
colorama
requests
beautifulsoup4

0 comments on commit 9e2f750

Please sign in to comment.