免提交pyc文件的git内容
This commit is contained in:
49
.gitignore
vendored
Normal file
49
.gitignore
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Django stuff:
|
||||
db.sqlite3
|
||||
*.sqlite3
|
||||
media/
|
||||
|
||||
# IDE related
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
|
||||
# Static files (not versioned in some projects)
|
||||
# static/
|
||||
|
||||
# Production
|
||||
build/
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
jars/
|
||||
*.egg
|
||||
*.egg-info/
|
||||
|
||||
# Testing
|
||||
coverage/
|
||||
.coverage
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
Reference in New Issue
Block a user