Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environments
venv/
env/
ENV/
env.bak/
venv.bak/

# Instaloader Session Files
session-*
*.session

# Downloaded Instagram Content (in specific folder)
downloads/
instagram_content/
*.json.xz
*.txt.xz

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Credentials (if any config files are added later)
config.ini
.env
credentials.json

# Logs
*.log

# OS
.DS_Store
Thumbs.db
Loading