diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f0f92b8 --- /dev/null +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/fzjgact/huodong/__pycache__/views.cpython-311.pyc b/fzjgact/huodong/__pycache__/views.cpython-311.pyc index 87f3c1d..f9610c3 100644 Binary files a/fzjgact/huodong/__pycache__/views.cpython-311.pyc and b/fzjgact/huodong/__pycache__/views.cpython-311.pyc differ