feat: add .gitignore to exclude common files, environments, and project-specific directories
This commit is contained in:
parent
61d51a7218
commit
cba066c155
5
.agent/rules/language.md
Normal file
5
.agent/rules/language.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
trigger: always_on
|
||||
---
|
||||
|
||||
用中文回答
|
||||
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv/
|
||||
venv/
|
||||
ENV/
|
||||
env/
|
||||
|
||||
# IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Database
|
||||
*.db
|
||||
*.sqlite3
|
||||
stock_analysis.db
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# Project specific
|
||||
data/
|
||||
reports/
|
||||
logs/
|
||||
Loading…
Reference in New Issue
Block a user