Virtual-try-on / .gitignore
Hammad712's picture
Initial clean commit
f2638df
raw
history blame contribute delete
196 Bytes
# Python virtual environment
venv/
.venv/
# Python cache files
__pycache__/
*.pyc
# Environment variables (IMPORTANT for security)
.env
# IDE files (optional, but good practice)
.idea/
.vscode/