vendor_report/.gitignore
2025-11-05 22:40:20 +04:00

28 lines
212 B
Plaintext

# Virtual Environment
venv/
env/
ENV/
.venv
# Python
__pycache__/
*.py[cod]
*.class
*.so
.Python
# Distribution / packaging
build/
dist/
*.egg-info/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db