baseline-awareness-service.git · .gitignore
baseline-awareness-service.git / .gitignore
revision 4babb5bd1fc9201c402aa00a3db6daffe9e90de8 · 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