feature/gemini-2.5-company-extractor

This commit is contained in:
Aparup Ganguly
2025-03-26 17:51:29 +05:30
parent 42236ef0f0
commit be43598071
5 changed files with 344 additions and 0 deletions
@@ -0,0 +1,34 @@
# Environment variables
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db