baseline-awareness-service.git · .gitignore
baseline-awareness-service.git / .gitignore
revision 045f93bfc998f19baba6bd45ffac363008cf48b6 · complete file
# Bytecode and cache __pycache__/ *.py[cod] *.pyo *.pyd *.so # Virtual environments .venv/ env/ venv/ ENV/ # Pytest and coverage .pytest_cache/ .coverage htmlcov/ .cache/ # DS_Store and editor files .DS_Store .vscode/ .idea/ # Output / artifacts *.log *.zip *.gz *.egg-info/ dist/ build/ # Local env and secrets .env