Files
django-template/.gitignore
T
2026-08-27 00:52:54 +03:00

73 lines
1.3 KiB
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.
# =========================
# Django ve Python
# =========================
*.pyc
*.pyo
__pycache__/
*.pyd
.Python
pip-log.txt
pip-delete-this-directory.txt
# =========================
# Veritabanı ve Medya Yüklemeleri
# =========================
# Yerel geliştirme veritabanını depoya göndermemek çok önemlidir
db.sqlite3
db.sqlite3-journal
# Kullanıcıların yüklediği dosyaların tutulduğu klasör
media/
# =========================
# Sanal Ortamlar (Virtual Environments)
# =========================
venv/
env/
jenv/
.env
.venv
env.bak/
venv.bak/
# =========================
# Çevresel Değişkenler ve Gizli Dosyalar
# =========================
.env
.env.local
.env.development
.env.production
# =========================
# Statik Dosyalar (Üretim Aşaması İçin)
# =========================
# 'collectstatic' komutu ile toplanan dosyalar
staticfiles/
static_root/
# =========================
# Geliştirici Araçları ve IDE'ler
# =========================
# Visual Studio Code
.vscode/
*.code-workspace
# WebStorm / IntelliJ / PyCharm (JetBrains)
.idea/
*.iws
*.iml
*.ipr
# Zed Editor
.zed/
# =========================
# İşletim Sistemi Dosyaları
# =========================
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
ehthumbs.db
$RECYCLE.BIN/