Files
ticket-system/.gitignore
2026-03-05 14:27:30 +00:00

28 lines
259 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
build/
dist/
.eggs/
# Virtual envs
.venv/
venv/
backend/venv/
# Env/secrets (НЕ пушим)
.env
.env.*
!.env.example
# Data / volumes / runtime artifacts
data/
*.log
# IDE / OS
.vscode/
.idea/
.DS_Store