tool-databridge/.gitignore

23 lines
164 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.python-version
# Environment files
.env
.venv/
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.egg-info/
build/
dist/