Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinhara authored Jul 14, 2024
1 parent 7b2e228 commit 813fc83
Showing 1 changed file with 81 additions and 1 deletion.
82 changes: 81 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,81 @@
/Lib
# Python virtual environment
venv/
.env

# Python files
*.pyc
__pycache__/

# Environment variables
.env

# Jupyter Notebook checkpoints
.ipynb_checkpoints

# PyCharm project files
.idea/


# Logs
*.log




# Unit test results
.coverage
*.cover

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pylint
pylint.log

# coverage.py
.coverage
.cache/
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

# pytest
.cache

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Editor directories and files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
*.kate-swp

# macOS
.DS_Store

0 comments on commit 813fc83

Please sign in to comment.