24 أسطر
171 B
Plaintext
24 أسطر
171 B
Plaintext
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Environments
|
|
.env.example
|
|
.venv
|
|
.linux_cline
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Documentation
|
|
README.md
|