Skip to content
This repository was archived by the owner on Oct 22, 2023. It is now read-only.

Commit d44f0e4

Browse files
authored
Merge pull request #11 from alfredo-f/feature/gitignore
Update gitignore.
2 parents f8a86f5 + 062688c commit d44f0e4

File tree

1 file changed

+51
-1
lines changed

1 file changed

+51
-1
lines changed

.gitignore

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,51 @@
1-
key_openai.txt
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
5+
# Distribution / packaging
6+
.Python
7+
# env/
8+
build/
9+
develop-eggs/
10+
dist/
11+
downloads/
12+
eggs/
13+
.eggs/
14+
lib/
15+
lib64/
16+
parts/
17+
sdist/
18+
var/
19+
*.egg-info/
20+
.installed.cfg
21+
*.egg
22+
23+
# PyInstaller
24+
# Usually these files are written by a python script from a template
25+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
26+
*.manifest
27+
*.spec
28+
29+
# Pycharm
30+
.idea
31+
32+
# VS Code
33+
.vscode/
34+
35+
# Jupyter NB Checkpoints
36+
.ipynb_checkpoints/
37+
38+
# Mac OS-specific storage files
39+
.DS_Store
40+
41+
# Mypy cache
42+
.mypy_cache/
43+
44+
# Venv
45+
/venv/
46+
/venv_*
47+
48+
# pytest
49+
*pytest_cache
50+
51+
key_openai.txt

0 commit comments

Comments
 (0)