# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Log files *.log debug_output.log # Temporary files and directories tmp/ temp/ *.tmp *.temp # Environment .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ .python-version # IDE specific files .idea/ .vscode/ *.swp *.swo .DS_Store # Project specific # 临时生成的SVG文件 *.svg # Node.js node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # 除非有特殊需要,可以选择性地添加以下内容到版本控制中 # 以下内容通常是由代码生成的,不应被版本控制 # /static/lib/