fastdoi/.gitignore
mxr612 4d84586a9d 0. Configs
1. MySQL Connection
2. FastGPT database uploader
2024-08-19 22:13:16 +08:00

23 lines
311 B
Plaintext

# Ignore Python byte code files
__pycache__/
*.pyc
*.pyo
*.pyd
/config.json
# Ignore the virtual environment directory
venv/
# Ignore the build directory
build/
# Ignore the dist directory
dist/
# Ignore the .env file for environment variables
.env
# Ignore any .DS_Store files created by macOS
.DS_Store