yt-dlp-dags/.airflowignore
2025-04-03 13:25:49 +03:00

15 lines
208 B
Plaintext

# Ignore test files
*_test.py
# Ignore development files
dev_*.py
# Ignore temporary files
*.tmp
*.temp
# Ignore version control
.git/
.gitignore
# Ignore Python cache files
__pycache__/
*.py[cod]
*$py.class