AML_env / .gitignore
DataBoySu
all set
81e1efb
raw
history blame contribute delete
327 Bytes
# Virtual environment
.venv/
# Python build artifacts
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/
# Editor / OS noise
.DS_Store
.idea/
.vscode/
# Test caches
.pytest_cache/
.mypy_cache/
# Hackathon-internal docs (not for public repo)
AI_ENGINEERING_PRINCIPLES.txt
RULES.md
# Logs & local outputs
*.log
outputs/