Skip to content

Commit

Permalink
update gitignore - remove unnecessary rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jordantete committed Jan 28, 2025
1 parent 0a83079 commit dcb196a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 927 deletions.
17 changes: 1 addition & 16 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,11 @@ __pycache__/
*.pyc
*.py[cod]

# C extensions
*.so

# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
node_modules
*.lock

# Installer logs
pip-log.txt
Expand All @@ -31,12 +18,10 @@ pip-delete-this-directory.txt
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Ignore profiling output files
*.prof
profile_results.prof

# VS Code
.vscode/
Expand Down
Loading

0 comments on commit dcb196a

Please sign in to comment.