# Dependencies node_modules/ vendor/ __pycache__/ *.pyc *.pyo *.pyd .Python # Environment variables .env .env.local .env.*.local # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Build outputs dist/ build/ *.egg-info/ *.so *.dylib # Logs *.log logs/ # Temporary files tmp/ temp/ *.tmp # Coverage reports coverage/ *.coverage .nyc_output/ # Database *.db *.sqlite *.sqlite3 # Compiled files *.class *.jar *.war