ChatToSTL / .gitignore
nchourrout's picture
New release
760cec5
raw
history blame contribute delete
491 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
download/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.venv/
env/
venv/
# IDEs and editors
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# OS generated files
.DS_Store
Thumbs.db
# Logs and databases
*.log
*.sqlite3
# Environment files
.env
# Mac system files
._*