# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ .venv # Environment variables # Note: .env is NOT ignored by default so you can commit a template # If you want to ignore your actual .env, uncomment the line below # .env # Output files missing_albums.json missing_albums.html # IDE .vscode/ .idea/ *.swp *.swo *~ .env