Skip to content

Commit

Permalink
chore: update gitignore and Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChieloNewctle committed Mar 26, 2024
1 parent aecd03d commit 1b3241e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 72 deletions.
71 changes: 0 additions & 71 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,73 +1,2 @@
/target
Cargo.lock

# Byte-compiled / optimized / DLL files
__pycache__/
.pytest_cache/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
.venv/
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
include/
man/
venv/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
pip-selfcheck.json

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

.DS_Store

# Sphinx documentation
docs/_build/

# PyCharm
.idea/

# VSCode
.vscode/

# Pyenv
.python-version
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://github.com/ModelTC/general-sam"
documentation = "https://docs.rs/general-sam"
readme = "README.md"
authors = ["Chielo Newctle <[email protected]>"]
exclude = ["release-plz.toml"]
exclude = ["release-plz.toml", ".github"]

[lib]
name = "general_sam"
Expand Down

0 comments on commit 1b3241e

Please sign in to comment.