# IDE and editor files .idea/ .vscode/ *.swp *.swo *~ # Environment and virtual environments .env .env.* !example.env .venv/ venv/ ENV/ env/ .python-version # OS specific files .DS_Store Thumbs.db # Compiled Python files __pycache__/ *.py[cod] *$py.class *.so # Distribution / packaging dist/ build/ *.egg-info/ # Logs logs/ *.log # Database files *.sqlite *.sqlite3 *.db # Dependency directories node_modules/ # Local development files .local *.local # Testing .coverage htmlcov/ .pytest_cache/ # Yarn .yarn/* !.yarn/patches !.yarn/plugins !.yarn/releases !.yarn/sdks !.yarn/versions backend-rust/owlynews.sqlite3 backend-rust/target /backend-rust/config.toml /backend-rust/owlynews.sqlite3-shm /backend-rust/owlynews.sqlite3-wal