Skip to content

Commit

Permalink
chore(misc): rename dotfiles, copy over .gitignore (#2653)
Browse files Browse the repository at this point in the history
renames top-level config files as dotfiles, copies over .gitignore from
the cookiecutter
  • Loading branch information
martinkim0 authored Apr 2, 2024
1 parent 64dcf58 commit b1e3511
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 120 deletions.
File renamed without changes.
141 changes: 21 additions & 120 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,127 +1,28 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Temp files
.DS_Store
*~
buck-out/

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

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

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

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/
docs/api/reference/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# dotenv
.env

# virtualenv
.venv
venv/
ENV/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# PyCharm
.idea/

# Floobits
.floo
.flooignore

# local debugging
/local

# Custom scvi
/data
.vscode/settings.json
poetry.lock
# Compiled files
.venv/
__pycache__/
.mypy_cache/
.ruff_cache/
.vscode/

# Distribution / packaging
/build/
/dist/
/*.egg-info/

# Tests and coverage
/.pytest_cache/
/.cache/
/data/

# docs
/docs/generated/
/docs/_build/

# IDEs
/.idea/
/.vscode/
File renamed without changes.

0 comments on commit b1e3511

Please sign in to comment.