# Python __pycache__/ *.pyc *.pyo *.pyd .Python *.egg-info/ dist/ build/ .venv/ venv/ env/ test_papers.zip # Environment .env # Generated output reports/ uploads/ data/ scratch/ # Logs *.log logs/ # Node node_modules/ frontend-app/dist/ # OS .DS_Store Thumbs.db # IDE .vscode/ .idea/ *.swp # Test artefacts .pytest_cache/ .coverage htmlcov/ test_papers.zip