11 أسطر
115 B
Plaintext
11 أسطر
115 B
Plaintext
# Ignore Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Ignore Git directory
|
|
.git/
|
|
.gitignore
|
|
|
|
# Ignore environment files
|
|
.env
|