Create .gitignore

This commit is contained in:
Bedir Tuğra Karaabalı 2025-06-02 09:36:05 +03:00 committed by GitHub
parent e9185fa930
commit 9074549129
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
myenv
myenv/
# Ignore the virtual environment directory
__pycache__
# Ignore Python bytecode files
*.pyc
# Ignore compiled Python files
*.pyo