Skip to content

Commit

Permalink
chore(sync): 🔨 synced local '.gitignore' with remote '.gitignore'
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 authored and signekb committed Sep 16, 2024
1 parent 0549930 commit d3657fc
Showing 1 changed file with 1 addition and 77 deletions.
78 changes: 1 addition & 77 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,72 +9,9 @@ dev/
# Any IDE specific folders
.idea

# Any .env files
.env
.env.*
**/.env.*
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Python specific content
venv
__pycache__/
*.py[cod]
*$py.class
.ipynb_checkpoints
profile_default/
ipython_config.py

# Python packaging and distribution
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Python testing and code coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
junit/

# MacO
# MacOS
.DS_Store

# R and RStudio
.Rbuildignore
.Rhistory
.RData
.Rproj.user

# Quarto
/.quarto/
docs/.quarto/
Expand All @@ -85,16 +22,3 @@ _book
public
site

# Local data files
**/datafile/*
# Persistent storage should not be stored in git except for the markdown files
persistent_storage
!persistent_storage/**/*.md

# Python Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# We'll disable migrations for now, until we have actual users
migrations

0 comments on commit d3657fc

Please sign in to comment.