codebase-nav-env / .gitignore
Chirag0123's picture
chore: add .gitignore
add45f4
# Environments
venv/
env/
.env
.venv
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
# Hugging Face / Model Weights
*.safetensors
*.bin
*.h5
*.msgpack
# IDEs
.idea/
.vscode/
*.swp
*.swo
# MacOS
.DS_Store
# Local Agent Memory
agent_memory.json
# Pytest / Coverage
.pytest_cache/
.coverage
htmlcov/