# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ /lib/ /lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual environments venv/ ENV/ env/ .venv/ # IDE .vscode/ .idea/ *.swp *.swo *~ # Jupyter Notebooks .ipynb_checkpoints/ *.ipynb_checkpoints # Model artifacts (large files - download or train locally) models/ *.pt *.pth *.bin *.safetensors *.ckpt # Data files (download separately) data/*.csv data/*.json data/*.parquet data/*.tsv !data/.gitkeep # Generated visualizations (charts) - auto-saved by EUMORA visualizations/ # Logs and caches logs/ *.log .cache/ wandb/ runs/ tensorboard/ # Generated visualizations visualizations/ # HuggingFace cache .huggingface/ # OS files .DS_Store Thumbs.db # Environment variables .env .env.local *.env # Test artifacts .pytest_cache/ .coverage htmlcov/ frontend/dist/ frontend/node_modules/ frontend/.env frontend/.env.local frontend/.next frontend_old/ New_Frontend/