ai-building-blocks / .gitignore
LiKenun's picture
Initial gallery
979bbdf
raw
history blame contribute delete
173 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/
# Environment variables
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db