githubexplorer / .gitignore
Kareman's picture
initial commit: full implemntation of git explorer project
acc643d
Raw
History Blame Contribute Delete
440 Bytes
# Virtual Environment
venv/
.venv/
env/
# Environment variables
.env
.env.*
# Python
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
# Pytest
.pytest_cache/
.coverage
htmlcov/
# MyPy
.mypy_cache/
# Ruff
.ruff_cache/
# IDEs
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Local database files
*.db
*.sqlite3
# Jupyter
.ipynb_checkpoints/
# cloned repositories
storage/repos/