# 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/