# Runtime data — never commit data/ storage/ # Python bytecode __pycache__/ *.pyc *.pyo *.pyd # Environment files .env .env.* # Virtual environments .venv/ venv/ env/ # Package build artifacts *.egg-info/ dist/ build/ flatpak-build/ flatpak-repo/ *.flatpak # Test caches .pytest_cache/ .mypy_cache/ .ruff_cache/ # Editor metadata .idea/ .vscode/ *.swp *~ # macOS .DS_Store