# ============================================================================= # Python # ============================================================================= # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ # Translations *.mo *.pot # Sphinx documentation docs/_build/ # PyBuilder target/ # IPython / Jupyter Notebook .ipynb_checkpoints *.ipynb_checkpoints/ profile_default/ ipython_config.py # pyenv .python-version # pipenv Pipfile.lock # poetry poetry.lock # PEP 582 __pypackages__/ # Celery celerybeat-schedule celerybeat.pid # SageMath parsed files *.sage.py # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ .conda/ conda-env/ # Spyder project settings .spyderproject.db .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype .pytype/ # Cython debug symbols cython_debug/ # ============================================================================= # PyTorch / Deep Learning # ============================================================================= # Model checkpoints & weights *.pt *.pth *.ckpt *.bin *.safetensors checkpoints/ saved_models/ weights/ pretrained/ # TensorBoard logs runs/ logs/ tb_logs/ tensorboard_logs/ lightning_logs/ # MLflow mlruns/ mlflow/ # Weights & Biases wandb/ # Hydra outputs outputs/ multirun/ .hydra/ # ONNX models *.onnx # TorchScript *.torchscript # CUDA profiling *.nvvp *.nvprof *.qdrep # Data directories (customize as needed) data/raw/ data/processed/ data/interim/ datasets/ # Large result files results/ predictions/ evaluations/ # Experiment configs with secrets secrets.yaml secrets.yml .secrets # ============================================================================= # IDE / Editor # ============================================================================= # VSCode .vscode/ *.code-workspace # PyCharm / JetBrains .idea/ *.iml *.iws *.ipr # Vim *.swp *.swo *~ # Emacs \#*\# .\#* # Sublime Text *.sublime-project *.sublime-workspace # ============================================================================= # OS # ============================================================================= # macOS .DS_Store .AppleDouble .LSOverride ._* .Spotlight-V100 .Trashes # Windows Thumbs.db ehthumbs.db Desktop.ini $RECYCLE.BIN/ *.lnk # Linux *~ # ============================================================================= # Misc # ============================================================================= # Compressed files *.zip *.tar.gz *.tar.bz2 *.rar *.7z # Temporary files *.tmp *.temp *.bak *.orig # Secrets & credentials .env.local .env.*.local *.pem *.key config/secrets.* # ============================================================================= # Project specific # ============================================================================= csp_results/