-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitignore
More file actions
107 lines (94 loc) · 1.32 KB
/
.gitignore
File metadata and controls
107 lines (94 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Environment variables
.env
.env.*
!.env.example
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
coverage.xml
*.cover
*.py,cover
.coverage
htmlcov/
# Virtual Environment
venv/
env/
ENV/
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
*~
# OS specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Application specific
# User-generated and temp data
config.json
*.log
*.bak
*.tmp
data/downloaded_videos/
data/compilations/
data/thumbnails/
data/temp/
data/shorts/
logs/
logs/*
data/*
credentials/*
!credentials/.gitkeep
# Except examples and documentation
!data/assets/
!data/assets/examples/
!data/sample_data/
# Do not include user's TikTok URL lists
tiktok_urls.txt
*_urls.txt
# YouTube tokens and credentials
*token*.json
*token*.pickle
client_secret*.json
# User scripts (keep only the example)
tiktok_weekly.sh
!tiktok_weekly.sh.example
# Ignore all files in the data/ directory
data/*
# Remove these markdown files from public repo (docs, dev, or private)
IMPROVEMENTS.md
prd.md
crontab-instructions.md
CHANGELOG.md
final_clean_up.sh
tiktok_urls.txt
tiktok_weekly.sh
tiktok_weekly.sh.example
final_cleanup.sh
ai_video_generator.tar.gz