# Environment files .env .env.local .env.production .env.development # Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ env.bak/ venv.bak/ # IDE .vscode/ .idea/ *.swp *.swo *~ # Logs logs/ *.log # Cache .cache/ .pytest_cache/ # OS .DS_Store Thumbs.db