AyurBot/.gitignore
2025-02-28 01:25:10 +05:30

31 lines
291 B
Plaintext

# Python bytecode files
*.pyc
*.pyo
__pycache__/
# Virtual environment directories
env/
venv/
ENV/
.venv/
# Configuration files
*.env
*.env.*
# IDE or editor settings (e.g., VSCode, PyCharm)
.vscode/
.idea/
# Python packaging
*.egg
*.egg-info/
dist/
build/
*.tar.gz
faiss_index/
.env