MacroLens / .gitignore
itouchz's picture
Duplicate from macrolens/MacroLens
ff4becd
Raw
History Blame Contribute Delete
321 Bytes
# Python bytecode
__pycache__/
*.pyc
*.pyo
*.pyd
# Editor / OS
.DS_Store
.vscode/
.idea/
*.swp
*.swo
# Build / dist artifacts
*.egg-info/
build/
dist/
.eggs/
# Virtualenvs
.venv/
venv/
env/
# Test / coverage
.pytest_cache/
.coverage
.mypy_cache/
.ruff_cache/
# Notebook checkpoints
.ipynb_checkpoints/
# Logs
*.log