Made changes to Getting started with ALwrity and added lot of details on API keys
This commit is contained in:
58
.gitignore
vendored
Normal file
58
.gitignore
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
*cpython*
|
||||
*.cpython*
|
||||
.DS_Store
|
||||
.vscode
|
||||
*.pyc
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
pycache
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.pyw
|
||||
*.pyz
|
||||
*.pywz
|
||||
*.pyzw
|
||||
*.pyzp
|
||||
*.pywp
|
||||
*.pywpz
|
||||
*.pywpzp
|
||||
|
||||
.swp
|
||||
.swo
|
||||
.swn
|
||||
.swnw
|
||||
.swnwp
|
||||
.swnwpz
|
||||
.swnwpzp
|
||||
|
||||
*.log
|
||||
*.log.*
|
||||
*.log.*.*
|
||||
*.log.*.*.*
|
||||
*.log.*.*.*.*
|
||||
*.log.*.*.*.*.*
|
||||
|
||||
.venv
|
||||
*.cpython*
|
||||
*.cpython-312.pyc
|
||||
|
||||
*venv
|
||||
*.venv
|
||||
*.venv*
|
||||
*.venv_*
|
||||
*.venv_*_*
|
||||
*.venv_*_*_*
|
||||
*.venv_*_*_*_*
|
||||
|
||||
*venv
|
||||
venv_new*
|
||||
venv_*
|
||||
|
||||
AI-Writer_cursor_workspace.code-workspace
|
||||
*.code-workspace
|
||||
.cursorignore
|
||||
lib/ai_writers/__pycache__/ai_agents_crew_writer.cpython-312.pyc
|
||||
Reference in New Issue
Block a user