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