# Git .git .gitignore .github # Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual Environment venv/ .venv/ env/ .env # Ide/Editor .idea/ .vscode/ *.swp *.swo *~ .DS_Store # DB / Checkpoints *.db experiments.db output/ checkpoint-*/