# Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ env/ ENV/ *.egg-info/ dist/ build/ # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Environment .env .env.local # Logs *.log logs/ backend_startup.log # Testing .pytest_cache/ .coverage htmlcov/ tests/ # Database *.db *.sqlite *.sqlite3 # Temporary files *.tmp *.temp .cache/ # Git .git/ .gitignore # Documentation *.md # Scripts (keep only what's needed) scripts/check_user.py scripts/test_user_update.py scripts/verify_password.py scripts/verify_frontend_data.py scripts/vectorize_via_api.py scripts/data_import/ scripts/maintenance/ # Docker Dockerfile .dockerignore