# Default .gitignore created by snapshot-pkg
# Includes common patterns for Python projects

# snapshot-pkg output
snapshots/

# Example of snapshot-pkg specific exclusions
# Git will ignore lines with a leading #spkg comment, but snapshot-pkg will use them
#spkg my_secret_config.ini

*.funscript
*.mp4
*.mp3


# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
.coverage
htmlcov/

# Virtual environments
venv/
.venv/
env/
.env/
ENV/

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# Build and distribution
/dist/
/build/


# Version control
.git/
.hg/
.svn/
.bzr/

# Frontend specific
node_modules/
bower_components/
#spkg package-lock.json
#spkg bootstrap.min.css
#spkg 
#spkg streamlit_funplayer/frontend/build
#spkg streamlit_funplayer/frontend/build-embed
yarn.lock
npm-debug.log
yarn-error.log

# Data and logs
logs/
*.log
*.csv
*.sqlite
*.db