fleet-memory/.gitignore
2025-10-30 12:53:12 +01:00

23 lines
244 B
Text

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Environment variables
.env
.env.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# NLTK data (will be downloaded automatically)
nltk_data/