1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
# macOS system files **/.DS_Store # Node.js dependencies node_modules/ # Environment variables **/.env # Python cache files **/__pycache__/ *.py[cod] # Python virtual environments venv/ ./venv .env/ uv.lock # .gitignore file **/.gitignore # Jupyter ./.ipynb_checkpoints/ **/build/