Создание кода
This commit is contained in:
55
.gitignore
vendored
Normal file
55
.gitignore
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
# ===============================
|
||||
# Python
|
||||
# ===============================
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# ===============================
|
||||
# Virtual environments
|
||||
# ===============================
|
||||
.venv/
|
||||
venv/
|
||||
ENV/
|
||||
|
||||
# ===============================
|
||||
# IDE (PyCharm / IntelliJ)
|
||||
# ===============================
|
||||
.idea/
|
||||
*.iml
|
||||
.gigaide/
|
||||
|
||||
# ===============================
|
||||
# OS
|
||||
# ===============================
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# ===============================
|
||||
# Project-specific (inside src/)
|
||||
# ===============================
|
||||
src/artifacts/
|
||||
src/data/
|
||||
|
||||
# ===============================
|
||||
# Logs
|
||||
# ===============================
|
||||
*.log
|
||||
|
||||
# ===============================
|
||||
# Temporary / backup files
|
||||
# ===============================
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
|
||||
# ===============================
|
||||
# Jupyter
|
||||
# ===============================
|
||||
.ipynb_checkpoints/
|
||||
|
||||
# ===============================
|
||||
# CUDA cache (optional)
|
||||
# ===============================
|
||||
.cuda/
|
||||
Reference in New Issue
Block a user