mirror of
https://github.com/epstein-docs/epstein-docs.github.io.git
synced 2025-12-09 19:46:33 -06:00
27 lines
216 B
Plaintext
27 lines
216 B
Plaintext
# Downloaded images
|
|
downloads/
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
_site/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|