volsu-contests/.gitignore
2025-11-30 19:55:50 +03:00

163 lines
1.7 KiB
Plaintext

# ===================
# Claude Code
# ===================
.claude/
# ===================
# Python
# ===================
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.venv/
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre
.pyre/
# pytype
.pytype/
# Cython
cython_debug/
# ===================
# Next.js / Node.js
# ===================
node_modules/
.next/
out/
.nuxt/
dist/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Testing
coverage/
.nyc_output/
# Dependency directories
jspm_packages/
# TypeScript
*.tsbuildinfo
next-env.d.ts
# Vercel
.vercel
# Build output
*.js.map
# ===================
# IDEs and Editors
# ===================
.idea/
.vscode/
*.swp
*.swo
*~
.project
.classpath
.settings/
*.sublime-workspace
*.sublime-project
# ===================
# OS Files
# ===================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# ===================
# Environment files
# ===================
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env*.local
# ===================
# Project specific
# ===================
# Uploaded files (keep directory structure)
backend/uploads/
!backend/uploads/.gitkeep
# Local database
*.db
*.sqlite
*.sqlite3
# Temporary files
tmp/
temp/
*.tmp
*.temp
*.log