sushilideaclan01's picture
Add product scraping functionality and AI concept filling
76c3397
raw
history blame contribute delete
467 Bytes
# Environment and secrets
.env
.env.local
.env.*.local
*.pem
# 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
# Virtual environments
venv/
.venv/
env/
.env/
# IDE and editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/
# OS
.DS_Store
Thumbs.db
# Logs and debug
*.log
.pytest_cache/
.coverage
htmlcov/
# Optional
*.bak
*.tmp