mirror of
https://github.com/ChinaRan0/DeepSeekSelfTool.git
synced 2025-05-05 10:18:04 +00:00
17 lines
165 B
Plaintext
17 lines
165 B
Plaintext
# Python cache files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Configuration file
|
|
config.py
|
|
|
|
# IDE settings
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Environment
|
|
.env
|
|
venv/
|
|
env/
|
|
.python-version |