mirror of
https://github.com/blshaer/python-by-example.git
synced 2026-03-28 07:39:24 +01:00
Remove .gitignore from tracking
This commit is contained in:
parent
02984c824d
commit
f540d1a41e
67
.gitignore
vendored
67
.gitignore
vendored
|
|
@ -1,67 +0,0 @@
|
||||||
############################
|
|
||||||
# Frontend files (ignore)
|
|
||||||
############################
|
|
||||||
*.html
|
|
||||||
*.css
|
|
||||||
*.js
|
|
||||||
|
|
||||||
############################
|
|
||||||
# Python cache / build
|
|
||||||
############################
|
|
||||||
__pycache__/
|
|
||||||
*.py[cod]
|
|
||||||
*$py.class
|
|
||||||
|
|
||||||
############################
|
|
||||||
# Virtual environments
|
|
||||||
############################
|
|
||||||
.venv/
|
|
||||||
venv/
|
|
||||||
env/
|
|
||||||
ENV/
|
|
||||||
|
|
||||||
############################
|
|
||||||
# Environment variables
|
|
||||||
############################
|
|
||||||
.env
|
|
||||||
.env.*
|
|
||||||
|
|
||||||
############################
|
|
||||||
# Packaging / build output
|
|
||||||
############################
|
|
||||||
build/
|
|
||||||
dist/
|
|
||||||
*.egg-info/
|
|
||||||
.eggs/
|
|
||||||
|
|
||||||
############################
|
|
||||||
# Test / coverage
|
|
||||||
############################
|
|
||||||
.pytest_cache/
|
|
||||||
.coverage
|
|
||||||
.coverage.*
|
|
||||||
htmlcov/
|
|
||||||
|
|
||||||
############################
|
|
||||||
# Jupyter / notebooks
|
|
||||||
############################
|
|
||||||
.ipynb_checkpoints/
|
|
||||||
|
|
||||||
############################
|
|
||||||
# Logs
|
|
||||||
############################
|
|
||||||
*.log
|
|
||||||
|
|
||||||
############################
|
|
||||||
# OS / editor junk
|
|
||||||
############################
|
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
############################
|
|
||||||
# IDEs
|
|
||||||
############################
|
|
||||||
.vscode/
|
|
||||||
.idea/
|
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
Loading…
Reference in New Issue
Block a user