# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Virtual environments venv/ .venv/ env/ ENV/ # Distribution / packaging build/ dist/ *.egg-info/ # SQLite DB & data data/ # Node / frontend frontend/node_modules/ frontend/.next/ frontend_spa/node_modules/ frontend_spa/dist/ # Environment & secrets .env .env.* # Editor / IDE .vscode/ .idea/ # OS files .DS_Store Thumbs.db # Python tooling caches .pytest_cache/ .mypy_cache/ .ruff_cache/