Sql_Injection/.gitignore
2025-11-20 15:33:47 +05:30

61 lines
748 B
Plaintext

# ======================================
# PYTHON / FLASK BACKEND
# ======================================
__pycache__/
*.pyc
*.pyo
*.pyd
*.pdb
*.egg-info/
dist/
build/
instance/
*.log
# Virtual environment
venv/
.venv/
# Byte-compiled / cache
*.py[cod]
*$py.class
.pytest_cache/
.coverage
htmlcov/
# ======================================
# REACT FRONTEND
# ======================================
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
.pnpm-store/
# Build output
build/
dist/
# Vite
.vite/
# Environment files
# ======================================
# DOCKER & DOCKER COMPOSE
# ======================================
# Docker internal cache
.docker/
docker-compose.override.yml
# PGAdmin storage
pgadmin-data/