Add .gitignore file

This commit is contained in:
Khanh Dinh 2024-12-30 23:30:15 +01:00
parent bc2e200a2b
commit 9a593e8990

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
__pycache__/
*.pyc
.vscode/
.env
venv/