first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:22:29 +03:00
commit ec28a2024d
208 changed files with 23836 additions and 0 deletions

68
.dockerignore Normal file
View File

@@ -0,0 +1,68 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
*.egg
*.pyc
*.pyo
*.pyd
# Virtual Environment
venv/
env/
ENV/
.venv
# Django
*.log
db.sqlite3
db.sqlite3-journal
/staticfiles/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Git
.git/
.gitignore
# Docker
.dockerignore
Dockerfile
docker-compose*.yml
# Documentation
*.md
!README.md
# Test
.coverage
htmlcov/
.pytest_cache/
.tox/
# Environment variables
.env
.env.*
!.env.example
# Secrets
*.pem
*.key
client_secret*.json
# OS
Thumbs.db
# Backup files
*.bak
*~