Skip to content

Commit

Permalink
chore: delete virtual environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanakim0304 committed Dec 19, 2024
1 parent e1c0ef9 commit e766f7e
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,51 @@ crashlytics-build.properties
# Temporary auto-generated Android Assets
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*

*~
*.pyc
*.egg-info
build/
dist/
docs/_build
docs/source/dev-guide/api
docs/source/dev-guide/umls/*.puml
.cache/
.idea/
ve/
MANIFEST
.coverage
coverage.xml
.tox/
junit.xml
tmpfile.rc
.DS_Store
.coverage*
*.bz2
tempfile.rc
conda-build/
conda_build_test_recipe/
record.txt
.vagrant/
Vagrantfile
dev-init.bat
devenv/
Miniconda*.sh
miniconda*.sh
miniconda*.exe
.pytest_cache/
**/.vscode
conda.tmp/
*.iml
*.ipr
*.iws
test-report.xml

# default pytest duration files
.test_durations

# Rever
rever/

# setuptools-scm
conda/_version.py

0 comments on commit e766f7e

Please sign in to comment.