This commit is contained in:
5t4l1n
2025-07-25 00:13:59 +05:30
parent 9e615b0dc3
commit b938fa0a37
2 changed files with 55 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Ignore virtual environment
venv/
env/
# Python cache and compiled files
__pycache__/
*.py[cod]
*.pyo
# Editor/IDE settings
.vscode/
.idea/
# Environment variables
.env
*.env
# MacOS/Linux/Windows system files
.DS_Store
Thumbs.db
# Logs and database files
*.log
*.sqlite3
# Jupyter Notebooks checkpoints (if using)
.ipynb_checkpoints/