mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 16:53:38 +00:00
31 lines
306 B
Plaintext
31 lines
306 B
Plaintext
# Version control
|
|
.git
|
|
.gitignore
|
|
|
|
# Node / frontend
|
|
**/node_modules
|
|
apps/webapp/.next
|
|
|
|
# Python
|
|
**/__pycache__
|
|
**/*.pyc
|
|
**/*.pyo
|
|
.venv
|
|
**/.venv
|
|
*.egg-info
|
|
build/
|
|
dist/
|
|
|
|
# Dev artifacts
|
|
.env
|
|
**/.env
|
|
**/.scraper_cache
|
|
**/downloaded_files
|
|
logs/
|
|
ml/tensorboard/
|
|
ml/notebooks/
|
|
FLAT.xml
|
|
|
|
# Docs / meta
|
|
.github/
|