Skip to content

Instantly share code, notes, and snippets.

View KAnanev's full-sized avatar
🥋
Focusing

Konstantin Ananev KAnanev

🥋
Focusing
  • Moscow
View GitHub Profile
@KAnanev
KAnanev / .gitignore-python
Created April 5, 2021 09:22 — forked from rask004/.gitignore-python
GitIgnore for Python Pycharm projects.
.idea/
# dotenv
.env
# virtualenv
.venv
venv/
ENV/
@KAnanev
KAnanev / .gitignore
Created April 5, 2021 12:42 — forked from LeeHanYeong/.gitignore
.gitignore(macOS, Python, Pycharm, Django, Linux)
.idea/
# Created by https://www.gitignore.io/api/macos,linux,django,python,pycharm
### Django ###
*.log
*.pot
*.pyc
__pycache__/
local_settings.py