ai / .gitignore
Test1hdhs718's picture
Update
3ea44b2
raw
history blame contribute delete
No virus
247 Bytes
# Virtual environment
venv/
# Byte-compiled / optimized / DLL files
__pycache__/
*.pyc
*.pyo
*.pyd
# Compiled C extension
*.so
# Distribution / packaging
dist/
build/
*.egg-info/
# Local development
db.sqlite3
# IDE files
.vscode/
.idea/
.env