analisis_logs / .gitignore
spjasper's picture
merge
ccaa878
raw
history blame
557 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
venv/
.env/
.env.bak/
.envrc
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# VSCode
.vscode/
# PyCharm
.idea/
# macOS
.DS_Store
# Logs
*.log
# Compiled C files
*.so
# Test coverage reports
htmlcov/
.coverage
.tox/
.nox/
# Python egg metadata
*.egg-info/
*.egg
dist/
build/
# pipenv / poetry / hatch
Pipfile.lock
poetry.lock
__pypackages__/
# mypy / pyright
.mypy_cache/
.pyright/
.dmypy.json
.pyre/
# pycache from pytest
.cache/
# dotenv
*.env