openenv-search-rl / .gitignore
Aman045's picture
Refactor inference and logging mechanisms; remove log_utils.py
dfe9450
raw
history blame contribute delete
338 Bytes
# Virtual environments
.venv/
venv/
env/
# Python bytecode and caches
__pycache__/
*.pyc
*.pyo
*.pyd
# Packaging/build artifacts
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
# Test and tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
# OS files
.DS_Store
# Local environment secrets
.env