# Environment files .env *.env.local # Python __pycache__/ .venv/ *.pyc # Node node_modules/ # IDE .vscode/ .idea/ # OS .DS_Store Thumbs.db