Coding style

main
bashrc 2026-02-08 21:51:41 +00:00
parent fd8ce18814
commit bb4f2cf3f0
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# Epicyon Coding Style
No LLMs for issues or pull requests. Anything "agentic" will be rejected.
Try to keep to the typical PEP8 coding style supported by Python static analysis systems.
Variables all lower case and using underscores to separate words (snake case).