Skip to content

Commit

Permalink
chore: update .gitignore for Python development
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Dec 7, 2024
1 parent 8f383cb commit e7a81df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
__pycache__
# Python specific files
__pycache__/

# Pyenv local version
.python-version

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[project]
name = "olivos"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.8"
dependencies = []

0 comments on commit e7a81df

Please sign in to comment.